aboutsummaryrefslogtreecommitdiff
path: root/security/nettle
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2011-12-18 22:47:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2011-12-18 22:47:56 +0000
commit91b4ed8d8a71fee5496fa38cf4a331ad5f4e7ab9 (patch)
tree4fba3bc2f21c2bf3db677fa9e1838f4a6a0556f9 /security/nettle
parentc42ac35de4402d4983e214bb391a9b218d62dbc9 (diff)
downloadports-91b4ed8d8a71fee5496fa38cf4a331ad5f4e7ab9.tar.gz
ports-91b4ed8d8a71fee5496fa38cf4a331ad5f4e7ab9.zip
Fix build on CURRENT using m4 -g instead of m4
Approved by: johans
Notes
Notes: svn path=/head/; revision=287628
Diffstat (limited to 'security/nettle')
-rw-r--r--security/nettle/Makefile1
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"