diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-18 22:47:56 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-12-18 22:47:56 +0000 |
commit | 91b4ed8d8a71fee5496fa38cf4a331ad5f4e7ab9 (patch) | |
tree | 4fba3bc2f21c2bf3db677fa9e1838f4a6a0556f9 /security/nettle | |
parent | c42ac35de4402d4983e214bb391a9b218d62dbc9 (diff) | |
download | ports-91b4ed8d8a71fee5496fa38cf4a331ad5f4e7ab9.tar.gz ports-91b4ed8d8a71fee5496fa38cf4a331ad5f4e7ab9.zip |
Notes
Diffstat (limited to 'security/nettle')
-rw-r--r-- | security/nettle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/nettle/Makefile b/security/nettle/Makefile index f49cae4fbfd0..eb43f5983d4a 100644 --- a/security/nettle/Makefile +++ b/security/nettle/Makefile @@ -25,6 +25,7 @@ LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp USE_GMAKE= yes USE_OPENSSL= yes GNU_CONFIGURE= yes +CONFIGURE_ENV+= M4="/usr/bin/m4 -g" CONFIGURE_ARGS= --enable-shared MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig" |