diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-01 11:17:36 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-02-01 11:17:36 +0000 |
commit | 2b13a7e08ac29c03726c7d8540fb6e5892984ba7 (patch) | |
tree | 0a2fee7b2ee6ea14d71d70c8dd897eac417839ad /security/nettle2/Makefile | |
parent | edf3ed7f0ecf9c60cbc19e05ccef64e2cc0819cc (diff) |
upgrade to 1.5
Notes
Notes:
svn path=/head/; revision=54101
Diffstat (limited to 'security/nettle2/Makefile')
-rw-r--r-- | security/nettle2/Makefile | 7 |
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> |