diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 01:16:13 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-08-16 01:16:13 +0000 |
commit | b0d78cb04f07a40b8c5083b9d465dbd90d69a104 (patch) | |
tree | 57f8cf3b9e8444eb2b83dce9361f8cf9a177addf /emulators/vba | |
parent | 5a69baa00d8d19afc21eaf3bfd040ca2e6ccbdbd (diff) | |
download | ports-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/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 |