aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2005-04-11 05:58:03 +0800
committerkris <kris@FreeBSD.org>2005-04-11 05:58:03 +0800
commitc2d0f03afed97c8b237c0f568efabd5dbb2d5967 (patch)
tree60a1412a7c4c275a56bad283df61659ea65fa210 /devel
parent9498aec059d420ad7bb4c3a84e92f0e16f671b74 (diff)
downloadfreebsd-ports-gnome-c2d0f03afed97c8b237c0f568efabd5dbb2d5967.tar.gz
freebsd-ports-gnome-c2d0f03afed97c8b237c0f568efabd5dbb2d5967.tar.zst
freebsd-ports-gnome-c2d0f03afed97c8b237c0f568efabd5dbb2d5967.zip
BROKEN: Incorrect pkg-plist
Diffstat (limited to 'devel')
-rw-r--r--devel/p5-Test-Unit/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/devel/p5-Test-Unit/Makefile b/devel/p5-Test-Unit/Makefile
index a3e8a0a776f2..79b1bea25ae7 100644
--- a/devel/p5-Test-Unit/Makefile
+++ b/devel/p5-Test-Unit/Makefile
@@ -39,4 +39,10 @@ MAN3= Test::Unit.3 Test::Unit::Assert.3 Test::Unit::Assertion.3 \
Test::Unit::TkTestRunner.3 Test::Unit::Tutorial.3 \
Test::Unit::UnitHarness.3
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} < 500000
+BROKEN= "Incorrect pkg-plist"
+.endif
+
+.include <bsd.port.post.mk>