diff options
author | obrien <obrien@FreeBSD.org> | 1997-05-26 10:28:04 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-05-26 10:28:04 +0000 |
commit | 46dd2d2c834162ae8f44e2cff0c39b7cbcea5d80 (patch) | |
tree | 8ed9ec911720c3fd9eba6cb1390684a28da9e2cc /sysutils | |
parent | 7e1c02ff21791b128177c2c68168ee773b45177d (diff) | |
download | FreeBSD-ports-46dd2d2c834162ae8f44e2cff0c39b7cbcea5d80.zip FreeBSD-ports-46dd2d2c834162ae8f44e2cff0c39b7cbcea5d80.tar.gz |
Mark port as broken for -current.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/lsof/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/sysutils/lsof/Makefile b/sysutils/lsof/Makefile index f67226c..1f8a47c 100644 --- a/sysutils/lsof/Makefile +++ b/sysutils/lsof/Makefile @@ -1,9 +1,9 @@ # New ports collection makefile for: lsof # Version required: 3.87 # Date created: Sat July 20, 1996 -# Whom: David O'Brien (obrien@cs.ucdavis.edu) +# Whom: David O'Brien (obrien@FreeBSD.org) # -# $Id: Makefile,v 1.10 1997/04/28 05:29:25 obrien Exp $ +# $Id: Makefile,v 1.11 1997/05/25 01:01:20 obrien Exp $ # DISTNAME= lsof_4.08_W @@ -15,7 +15,12 @@ MASTER_SITES= ftp://vic.cc.purdue.edu/pub/tools/unix/lsof/ \ ftp://ftp.web.ad.jp/pub/UNIX/tools/lsof/ \ ftp://ftp.sunet.se/pub/unix/admin/lsof/ -MAINTAINER= obrien@cs.ucdavis.edu +MAINTAINER= obrien@NUXI.com + +OSVERSION!= sysctl -n kern.osreldate +.if ${OSVERSION} >= 300000 +BROKEN= "outdated WRT -CURRENT's headers" +.endif WRKSRC= ${WRKDIR}/${SRCBALL_NAME} HAS_CONFIGURE= yes |