aboutsummaryrefslogtreecommitdiff
path: root/emulators/vba
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-08-16 01:16:13 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-08-16 01:16:13 +0000
commitb0d78cb04f07a40b8c5083b9d465dbd90d69a104 (patch)
tree57f8cf3b9e8444eb2b83dce9361f8cf9a177addf /emulators/vba
parent5a69baa00d8d19afc21eaf3bfd040ca2e6ccbdbd (diff)
downloadports-b0d78cb04f07a40b8c5083b9d465dbd90d69a104.tar.gz
ports-b0d78cb04f07a40b8c5083b9d465dbd90d69a104.zip
BROKEN on 4.x: Does not compile
Notes
Notes: svn path=/head/; revision=116333
Diffstat (limited to 'emulators/vba')
-rw-r--r--emulators/vba/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index 41f01740f471..889af7629eae 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -31,6 +31,10 @@ TARGET_DIR= ${PREFIX}/bin/
CFLAGS+= -O0
.endif
+.if ${OSVERSION} < 500000
+BROKEN= "Does not compile on 4.x"
+.endif
+
.ifndef(PROFILING)
CONFIGURE_ARGS+= --without-profiling
.endif