diff options
author | pav <pav@FreeBSD.org> | 2006-04-04 04:54:30 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-04-04 04:54:30 +0800 |
commit | ba0f772db99dafbed493f30e81056bfd15e35b90 (patch) | |
tree | 9e15088673ffab162663dfbbed08f2ac4acc6308 /net-mgmt | |
parent | cd89b4c80eb0c8d46076a69e8cb56a4b472e98bb (diff) | |
download | freebsd-ports-gnome-ba0f772db99dafbed493f30e81056bfd15e35b90.tar.gz freebsd-ports-gnome-ba0f772db99dafbed493f30e81056bfd15e35b90.tar.zst freebsd-ports-gnome-ba0f772db99dafbed493f30e81056bfd15e35b90.zip |
- Mark broken on 4.X
Reported by: krismail
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/flowd/Makefile | 8 | ||||
-rw-r--r-- | net-mgmt/pads/Makefile | 8 |
2 files changed, 14 insertions, 2 deletions
diff --git a/net-mgmt/flowd/Makefile b/net-mgmt/flowd/Makefile index fc43d48a0c57..b2dec1f16093 100644 --- a/net-mgmt/flowd/Makefile +++ b/net-mgmt/flowd/Makefile @@ -37,6 +37,12 @@ PLIST_SUB+= WITH_PYTHON="" PLIST_SUB+= WITH_PYTHON="@comment " .endif +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif + pre-extract: @${ECHO_MSG} "" .if defined(WITH_PERL) @@ -76,4 +82,4 @@ post-install: FLOWD_USER=${FLOWD_USER} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> diff --git a/net-mgmt/pads/Makefile b/net-mgmt/pads/Makefile index fee64deb05f4..c9fb763d0abb 100644 --- a/net-mgmt/pads/Makefile +++ b/net-mgmt/pads/Makefile @@ -20,4 +20,10 @@ GNU_CONFIGURE= yes MAN8= pads.8 pads-report.8 pads.conf.8 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} < 500000 +BROKEN= Does not compile +.endif + +.include <bsd.port.post.mk> |