diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-21 12:32:03 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-05-21 12:32:03 +0000 |
commit | 6a2b3264947c7d8298343dc57be994ef75260341 (patch) | |
tree | 9fa7394e18497696d310ba9d5227e52adccf5754 /security/oidentd/Makefile | |
parent | 3ce8b38125845389afbbe0a1d79803444196eda2 (diff) | |
download | ports-6a2b3264947c7d8298343dc57be994ef75260341.tar.gz ports-6a2b3264947c7d8298343dc57be994ef75260341.zip |
Notes
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 76d1031539c7..b627a6320049 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> |