aboutsummaryrefslogtreecommitdiff
path: root/dns/dhisd
diff options
context:
space:
mode:
authorAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
committerAlex Dupre <ale@FreeBSD.org>2006-05-10 14:46:47 +0000
commitffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch)
treed2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /dns/dhisd
parent241000003cc37531d200773be1eb19996345da3c (diff)
downloadports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.gz
ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.zip
Chase gmp library and bump PORTREVISION.
Notes
Notes: svn path=/head/; revision=161929
Diffstat (limited to 'dns/dhisd')
-rw-r--r--dns/dhisd/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile
index 8df3fef91ada..3b228f628009 100644
--- a/dns/dhisd/Makefile
+++ b/dns/dhisd/Makefile
@@ -7,7 +7,7 @@
PORTNAME= dhisd
PORTVERSION= 5.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/
@@ -17,7 +17,7 @@ COMMENT= DHIS server for dynamic updates on the server using specific engines
.include <bsd.port.pre.mk>
.if ${OSVERSION} > 500023
-LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4
+LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4
CFLAGS+= -I${PREFIX}/include
LDFLAGS+= -L${PREFIX}/lib
MAKE_ENV+= LDFLAGS="${LDFLAGS}"