diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:58:03 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-04-10 21:58:03 +0000 |
commit | 9522fb7f2bfa68164f74d0052ec14de8f3a73aaa (patch) | |
tree | 8c9b2f7b1ca69e4600e432811a27ce0650cedc22 /devel | |
parent | 68f6b4caf41f6aa466ee14ca0e0f0c71d24fe745 (diff) | |
download | freebsd-ports-9522fb7f2bfa68164f74d0052ec14de8f3a73aaa.zip |
BROKEN: Incorrect pkg-plist
Diffstat (limited to 'devel')
-rw-r--r-- | devel/p5-Test-Unit/Makefile | 8 |
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> |