aboutsummaryrefslogtreecommitdiffstats
path: root/emulators
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2004-08-16 09:16:13 +0800
committerkris <kris@FreeBSD.org>2004-08-16 09:16:13 +0800
commitfce225c98bf8b384bed821357dc047c59016c8c2 (patch)
treec9e430b5a50a8260d6bcdd71272554849fa12e43 /emulators
parentd6239170c5bce140b7bf7411dc08f7a30ce90d04 (diff)
downloadfreebsd-ports-gnome-fce225c98bf8b384bed821357dc047c59016c8c2.tar.gz
freebsd-ports-gnome-fce225c98bf8b384bed821357dc047c59016c8c2.tar.zst
freebsd-ports-gnome-fce225c98bf8b384bed821357dc047c59016c8c2.zip
BROKEN on 4.x: Does not compile
Diffstat (limited to 'emulators')
-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