diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-13 14:18:43 +0800 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2002-10-13 14:18:43 +0800 |
commit | b1d5674a07542411d19c6f4e01db707632a444e0 (patch) | |
tree | ca2a1f80e65999d1715b08c2174f7f9d3e518713 /net/dhcpconf | |
parent | f6a45680497c579f53225f67794ace2a96a38fa5 (diff) | |
download | freebsd-ports-gnome-b1d5674a07542411d19c6f4e01db707632a444e0.tar.gz freebsd-ports-gnome-b1d5674a07542411d19c6f4e01db707632a444e0.tar.zst freebsd-ports-gnome-b1d5674a07542411d19c6f4e01db707632a444e0.zip |
Bump PORTREVISION (devel/newt shlib bump)
Diffstat (limited to 'net/dhcpconf')
-rw-r--r-- | net/dhcpconf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/dhcpconf/Makefile b/net/dhcpconf/Makefile index 043f7b3a5841..8119e93cbb28 100644 --- a/net/dhcpconf/Makefile +++ b/net/dhcpconf/Makefile @@ -7,7 +7,7 @@ PORTNAME= dhcpconf PORTVERSION= 0.7.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= net sysutils MASTER_SITES= http://members.xoom.com/vschade/dhcp-conf/ DISTNAME= dhcp-conf @@ -16,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= gdbm.2:${PORTSDIR}/databases/gdbm \ - newt.50:${PORTSDIR}/devel/newt + newt.51:${PORTSDIR}/devel/newt ALL_TARGET= ${DISTNAME} WRKSRC= ${WRKDIR}/${DISTNAME}_${PORTVERSION} |