diff options
author | kris <kris@FreeBSD.org> | 2004-08-16 09:16:13 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-08-16 09:16:13 +0800 |
commit | fce225c98bf8b384bed821357dc047c59016c8c2 (patch) | |
tree | c9e430b5a50a8260d6bcdd71272554849fa12e43 /emulators | |
parent | d6239170c5bce140b7bf7411dc08f7a30ce90d04 (diff) | |
download | freebsd-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/Makefile | 4 |
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 |