Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 9 Mar 2014 14:40:03 +0000 (UTC)
From:      Martin Wilke <miwi@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r347616 - head/security/libgringotts
Message-ID:  <201403091440.s29Ee30b091092@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: miwi
Date: Sun Mar  9 14:40:02 2014
New Revision: 347616
URL: http://svnweb.freebsd.org/changeset/ports/347616
QAT: https://qat.redports.org/buildarchive/r347616/

Log:
  - Stage support
  - Define docs

Modified:
  head/security/libgringotts/Makefile

Modified: head/security/libgringotts/Makefile
==============================================================================
--- head/security/libgringotts/Makefile	Sun Mar  9 14:39:45 2014	(r347615)
+++ head/security/libgringotts/Makefile	Sun Mar  9 14:40:02 2014	(r347616)
@@ -13,6 +13,8 @@ COMMENT=	Library for encapsulating/safek
 LIB_DEPENDS=	mcrypt.8:${PORTSDIR}/security/libmcrypt \
 		mhash.2:${PORTSDIR}/security/mhash
 
+OPTIONS_DEFINE=		DOCS
+
 USE_AUTOTOOLS=	libtool
 USE_BZIP2=	yes
 GNU_CONFIGURE=	yes
@@ -21,7 +23,6 @@ CPPFLAGS+=	-I${LOCALBASE}/include
 CONFIGURE_ARGS+=	--with-pkg-config-files=${PREFIX}/libdata/pkgconfig
 USE_LDCONFIG=	yes
 
-NO_STAGE=	yes
 post-patch:
 	${REINPLACE_CMD} -e "s|md5sum|md5|g" ${WRKSRC}/Makefile.in
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201403091440.s29Ee30b091092>