diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:36:31 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-01-08 17:36:31 +0000 |
commit | 9aff21ffbd0e1d31f0583f5dfbab9e300cfc2a19 (patch) | |
tree | f4a00ae24154a2625a53571f1e40f3297026e9c5 /lang/p5-ePerl | |
parent | Mark BROKEN on 8: does not build after arp-v2 import. (diff) |
Mark BROKEN on HEAD after the import of strndup(3).
As OSVERSION was not bumped at the time, approximate with 800058.
Submitted by: pointyhat
Notes
Notes:
svn path=/head/; revision=225506
Diffstat (limited to 'lang/p5-ePerl')
-rw-r--r-- | lang/p5-ePerl/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/p5-ePerl/Makefile b/lang/p5-ePerl/Makefile index 7074b139eb87..a2a121e35bd1 100644 --- a/lang/p5-ePerl/Makefile +++ b/lang/p5-ePerl/Makefile @@ -19,4 +19,10 @@ PERL_CONFIGURE= yes MAN3= Parse::ePerl.3 Apache::ePerl.3 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + +.include <bsd.port.post.mk> |