diff options
author | knu <knu@FreeBSD.org> | 2000-05-21 12:32:03 +0000 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-05-21 12:32:03 +0000 |
commit | b26b3187619442bc80c16b5f1a3858b58bdaa36e (patch) | |
tree | e326c014eb351b37ce31a6d50b1c7e4f5b6aa19c /security/oidentd/Makefile | |
parent | 6f4ce01dc1afef097c4b263a08bf8efbd40ca446 (diff) | |
download | FreeBSD-ports-b26b3187619442bc80c16b5f1a3858b58bdaa36e.zip FreeBSD-ports-b26b3187619442bc80c16b5f1a3858b58bdaa36e.tar.gz |
Make it compile either on 3.4-STABLE, 4.0-STABLE or 5.0-CURRENT
and unmark as BROKEN.
Remove a redundant entry from CATEGORIES. (security net => security)
PR: ports/18707
Submitted by: MAINTAINER
Diffstat (limited to 'security/oidentd/Makefile')
-rw-r--r-- | security/oidentd/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index 76d1031..b627a63 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -7,7 +7,7 @@ PORTNAME= oidentd PORTVERSION= 1.6.4 -CATEGORIES= security net +CATEGORIES= security MASTER_SITES= ftp://ftp.sourceforge.net/pub/sourceforge/ojnk/ \ http://www.numb.org/~odin/stuff/ @@ -17,10 +17,4 @@ USE_GMAKE= yes GNU_CONFIGURE= yes MAN8= oidentd.8 -.include <bsd.port.pre.mk> - -.if ${OSVERSION} < 400010 -BROKEN= "outdated sys/file.h" -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |