diff options
author | linimon <linimon@FreeBSD.org> | 2004-11-21 00:41:56 +0000 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-11-21 00:41:56 +0000 |
commit | 8a6438671b38be4ca337bf54676c47c5e3fc3a98 (patch) | |
tree | 0fe4243cfc1cd8a5a533af5c3d3795315e005dc8 | |
parent | d7a16cdad17b4caa7cdbba8188173d155076d38a (diff) | |
download | FreeBSD-ports-8a6438671b38be4ca337bf54676c47c5e3fc3a98.zip FreeBSD-ports-8a6438671b38be4ca337bf54676c47c5e3fc3a98.tar.gz |
Kris reports that the build failure was a local problem on pointyhat.
-rw-r--r-- | net-mgmt/nagios-plugins/Makefile | 4 | ||||
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 8 |
2 files changed, 1 insertions, 11 deletions
diff --git a/net-mgmt/nagios-plugins/Makefile b/net-mgmt/nagios-plugins/Makefile index 32068be..f237f64 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 \ diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index c95acea..18052df 100644 --- a/net-mgmt/netsaint-plugins/Makefile +++ b/net-mgmt/netsaint-plugins/Makefile @@ -31,12 +31,6 @@ USE_AUTOMAKE_VER= 14 USE_AUTOCONF_VER= 213 USE_GMAKE= yes -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 503000 -BROKEN= 'Does not compile on FreeBSD >= 5.x' -.endif - pre-fetch: @${SETENV} ${SCRIPTS_ENV} ${SH} ${SCRIPTDIR}/configure @@ -54,4 +48,4 @@ post-patch: post-clean: @${RM} -f ${WRKDIRPREFIX}${.CURDIR}/Makefile.inc -.include <bsd.port.post.mk> +.include <bsd.port.mk> |