diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/dhcpconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dhcpconf/Makefile b/net/dhcpconf/Makefile index 4b93e7c..043f7b3 100644 --- a/net/dhcpconf/Makefile +++ b/net/dhcpconf/Makefile @@ -7,6 +7,7 @@ PORTNAME= dhcpconf PORTVERSION= 0.7.0 +PORTREVISION= 1 CATEGORIES= net sysutils MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ DISTNAME= dhcp-conf @@ -15,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - newt.0:${PORTSDIR}/devel/newt + newt.50:${PORTSDIR}/devel/newt ALL_TARGET= ${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} |