aboutsummaryrefslogtreecommitdiff
path: root/lang/pike78
diff options
context:
space:
mode:
authorJohan van Selst <johans@FreeBSD.org>2012-06-17 21:14:36 +0000
committerJohan van Selst <johans@FreeBSD.org>2012-06-17 21:14:36 +0000
commit2d414fca6dc4d30480e83af4bdb112f348172b62 (patch)
tree9566676f4e8264d046deba59d21c8c49d35f003f /lang/pike78
parent5ceaed7ee775a8a1d46ada6f68101862c22024ba (diff)
downloadports-2d414fca6dc4d30480e83af4bdb112f348172b62.tar.gz
ports-2d414fca6dc4d30480e83af4bdb112f348172b62.zip
Notes
Diffstat (limited to 'lang/pike78')
-rw-r--r--lang/pike78/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lang/pike78/Makefile b/lang/pike78/Makefile
index 2f9398714184..2a63abe9e578 100644
--- a/lang/pike78/Makefile
+++ b/lang/pike78/Makefile
@@ -91,6 +91,10 @@ PLIST_FILES= bin/pike bin/pike78 bin/hilfe
ONLY_FOR_ARCHS= i386 amd64
+.if ${OSVERSION} < 800000
+BROKEN= Does not build on FreeBSD < 8.x
+.endif
+
.ifdef(WITHOUT_RELOCATABLE_DUMPED_MODULES)
CONFIGURE_ARGS+= --without-relocatable-dumped-modules
.else