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/netsaint-plugins | |
parent | 1c54e8f710bbe93bd6c8ddd989dbdb50889ea9cc (diff) | |
download | ports-25b8ddf2df97e77539d99a3f5b0b4b12f663e8a0.tar.gz ports-25b8ddf2df97e77539d99a3f5b0b4b12f663e8a0.zip |
Kris reports that the build failure was a local problem on pointyhat.
Notes
Notes:
svn path=/head/; revision=122043
Diffstat (limited to 'net-mgmt/netsaint-plugins')
-rw-r--r-- | net-mgmt/netsaint-plugins/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/net-mgmt/netsaint-plugins/Makefile b/net-mgmt/netsaint-plugins/Makefile index c95aceaa2c11..18052dfc2a60 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> |