diff options
author | ale <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | a9d37ca9ec71498a5826402e3ab63ed48c448da1 (patch) | |
tree | a872f7f5dad6b2911b6a2ff03ccc48962757a279 /dns | |
parent | af806c34824bed7d96a2904d8c7a36813055da87 (diff) | |
download | FreeBSD-ports-a9d37ca9ec71498a5826402e3ab63ed48c448da1.zip FreeBSD-ports-a9d37ca9ec71498a5826402e3ab63ed48c448da1.tar.gz |
Chase gmp library and bump PORTREVISION.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/dhid/Makefile | 3 | ||||
-rw-r--r-- | dns/dhisd/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dns/dhid/Makefile b/dns/dhid/Makefile index c686e1e..2245531 100644 --- a/dns/dhid/Makefile +++ b/dns/dhid/Makefile @@ -7,13 +7,14 @@ PORTNAME= dhid PORTVERSION= 5.3 +PORTREVISION= 1 CATEGORIES= dns MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ MAINTAINER= ports@FreeBSD.org COMMENT= DHIS client for updating dynamic DNS entries in dhisd DNS tables -LIB_DEPENDS= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS= gmp.7:${PORTSDIR}/math/libgmp4 MAKE_ARGS+= CC="${CC}" CFLAGS="${CFLAGS} -I${LOCALBASE}/include -DQRC=1" \ LFLAGS="-L${LOCALBASE}/lib" diff --git a/dns/dhisd/Makefile b/dns/dhisd/Makefile index 8df3fef..3b228f6 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}" |