diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-09 22:40:02 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-09 22:40:02 +0800 |
commit | 59e3c440ddbe2294489bc18794b0b44daf570fa4 (patch) | |
tree | ffd3a97a5705ab649e2b0bd03c7d5e19964e46ff | |
parent | b37b928ddd03e4cb8d87b68e8a1b711133e9d1ab (diff) | |
download | freebsd-ports-gnome-59e3c440ddbe2294489bc18794b0b44daf570fa4.tar.gz freebsd-ports-gnome-59e3c440ddbe2294489bc18794b0b44daf570fa4.tar.zst freebsd-ports-gnome-59e3c440ddbe2294489bc18794b0b44daf570fa4.zip |
- Stage support
- Define docs
-rw-r--r-- | security/libgringotts/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/libgringotts/Makefile b/security/libgringotts/Makefile index 2c560303de56..a4bab04d6a22 100644 --- a/security/libgringotts/Makefile +++ b/security/libgringotts/Makefile @@ -13,6 +13,8 @@ COMMENT= Library for encapsulating/safekeeping data in encrypted/compressed form 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 |