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/eperl | |
parent | 79e5899e87a5aef1cbdbec089b103b99a164ed1a (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/eperl')
-rw-r--r-- | lang/eperl/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/eperl/Makefile b/lang/eperl/Makefile index 2c2c97794ea2..77cf413847d5 100644 --- a/lang/eperl/Makefile +++ b/lang/eperl/Makefile @@ -36,6 +36,10 @@ MAN1= eperl.1 .include <bsd.port.pre.mk> +.if ${OSVERSION} >= 800058 +BROKEN= does not build +.endif + test: @(cd ${WRKSRC}; ${MAKE} test) |