aboutsummaryrefslogtreecommitdiffstats
path: root/security/nettle2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/nettle2/Makefile')
-rw-r--r--security/nettle2/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/security/nettle2/Makefile b/security/nettle2/Makefile
index 63adbf8d189f..fdd770f19bb9 100644
--- a/security/nettle2/Makefile
+++ b/security/nettle2/Makefile
@@ -7,14 +7,19 @@
#
PORTNAME= nettle
-PORTVERSION= 1.0
+PORTVERSION= 1.5
CATEGORIES= security
MASTER_SITES= http://www.lysator.liu.se/~nisse/archive/ \
ftp://ftp.lysator.liu.se/pub/security/lsh/
MAINTAINER= ports@FreeBSD.org
+LIB_DEPENDS= gmp.4:${PORTSDIR}/math/libgmp3
+
+USE_LIBTOOL= yes
GNU_CONFIGURE= yes
+CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
USE_GMAKE= yes
.include <bsd.port.mk>