summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2009-07-30 05:44:45 +0000
committerJohan van Selst <johans@FreeBSD.org>2009-07-30 05:44:45 +0000
commitf2104fb815ec3847603e5730ad035535c704b0f4 (patch)
tree6effbb316286c2c85f891930d67a11b13bf95f2b /lang
parentFix interoperability with the new libjpeg. In particular, this is known to (diff)
Mark broken on FreeBSD-8
Reported by: pointyhat via pav
Notes
Notes: svn path=/head/; revision=238655
Diffstat (limited to 'lang')
-rw-r--r--lang/pike78/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile
index 269420f49028..ce72f8f6e416 100644
--- a/lang/pike78/Makefile
+++ b/lang/pike78/Makefile
@@ -90,6 +90,10 @@ USE_PERL5= YES
ONLY_FOR_ARCHS= i386 amd64
PLIST_SUB+= PORTVERSION=${PORTVERSION}
+.if ${OSVERSION} >= 800000
+BROKEN= Incorrect pkg-plist
+.endif
+
.ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES)
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
.else