diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-11-21 00:41:56 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-11-21 00:41:56 +0000 |
commit | 25b8ddf2df97e77539d99a3f5b0b4b12f663e8a0 (patch) | |
tree | f2fddcd030f1ae11e19863b38279b3a2a6aa6fe4 /net-mgmt/nagios-plugins | |
parent | Add new port epm: (diff) |
Kris reports that the build failure was a local problem on pointyhat.
Diffstat (limited to 'net-mgmt/nagios-plugins')
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 32068be4108d..f237f64c493a 100644 --- a/net-mgmt/nagios-plugins/Makefile +++ b/net-mgmt/nagios-plugins/Makefile @@ -25,10 +25,6 @@ OPTIONS= QSTAT "Game server query support" off \ .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 503000 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - USE_SUBMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --sbindir=${PREFIX}/share/nagios/cgi-bin \ |