diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 22:11:37 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-03 22:11:37 +0000 |
commit | 21291fbe43da6a91a03ee8b047270e80db63ddae (patch) | |
tree | e5bf725f6409406d3c505253e6a41a7b806d0edf /net/isc-dhcp31-server | |
parent | 0b998340c4b3827b87c4617590d57263e2f0a1ac (diff) | |
download | ports-21291fbe43da6a91a03ee8b047270e80db63ddae.tar.gz ports-21291fbe43da6a91a03ee8b047270e80db63ddae.zip |
Notes
Diffstat (limited to 'net/isc-dhcp31-server')
-rw-r--r-- | net/isc-dhcp31-server/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/net/isc-dhcp31-server/Makefile b/net/isc-dhcp31-server/Makefile index 1e216d04e9e3..ff48a56428e1 100644 --- a/net/isc-dhcp31-server/Makefile +++ b/net/isc-dhcp31-server/Makefile @@ -3,7 +3,7 @@ # Date created: 7 Mar 1996 # Whom: se # -# $Id: Makefile,v 1.9 1997/06/03 06:47:59 asami Exp $ +# $Id: Makefile,v 1.10 1997/06/03 07:35:25 asami Exp $ # DISTNAME= DHCPD-BETA-5.16 @@ -11,12 +11,7 @@ PKGNAME= isc-dhcp-b5.16 CATEGORIES= net MASTER_SITES= ftp://ftp.isc.org/isc/dhcp/ -MAINTAINER= ports@FreeBSD.org - -OSVERSION!= sysctl -n kern.osreldate -.if ${OSVERSION} >= 300000 -BROKEN= "currently doesn't compile for -current" -.endif +MAINTAINER= jseger@scds.com HAS_CONFIGURE= yes |