diff options
Diffstat (limited to 'sysutils/lookupd/Makefile')
-rw-r--r-- | sysutils/lookupd/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile index 33a2062436a..312fe83ab2c 100644 --- a/sysutils/lookupd/Makefile +++ b/sysutils/lookupd/Makefile @@ -17,6 +17,7 @@ USE_RC_SUBR= yes PKGMESSAGE= ${WRKDIR}/pkg-message STARTUPSCRIPT= ${WRKDIR}/lookupd.sh +MAKE_ENV= WARNS=0 MAN5= lookupd.conf.5 MAN8= lookupd.8 @@ -33,8 +34,4 @@ post-install: IGNORE= This version of lookupd is only supported on FreeBSD 5.1 or later .endif -.if ${OSVERSION} > 600021 -BROKEN= "Does not compile on FreeBSD >= 6.x" -.endif - .include <bsd.port.post.mk> |