diff options
author | perky <perky@FreeBSD.org> | 2002-07-15 13:33:22 +0800 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2002-07-15 13:33:22 +0800 |
commit | e8bbdb831080183bcb9d0a8e9494db0531e1058f (patch) | |
tree | 66f4471857ef2f7afab528d6ee6330b5eb16efda /net | |
parent | f5dfb3c856e33d62db475fa3e8a8f9c7c55669f4 (diff) | |
download | freebsd-ports-gnome-e8bbdb831080183bcb9d0a8e9494db0531e1058f.tar.gz freebsd-ports-gnome-e8bbdb831080183bcb9d0a8e9494db0531e1058f.tar.zst freebsd-ports-gnome-e8bbdb831080183bcb9d0a8e9494db0531e1058f.zip |
Reflect devel/newt's shlib version bump from 0.50 to 50.
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 4b93e7c04f8a..043f7b3a5841 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} |