aboutsummaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorVolker Stolz <vs@FreeBSD.org>2004-05-18 07:33:02 +0000
committerVolker Stolz <vs@FreeBSD.org>2004-05-18 07:33:02 +0000
commit33d69509c8d1f25f0affe2cc40f8f3c071c63497 (patch)
treeb1d4e91cb4ad6bc73a59e57e5388872d845e034d /emulators
parent4981c4e28dbf85099b75f168e61174eb965a99bb (diff)
downloadports-33d69509c8d1f25f0affe2cc40f8f3c071c63497.tar.gz
ports-33d69509c8d1f25f0affe2cc40f8f3c071c63497.zip
Notes
Diffstat (limited to 'emulators')
-rw-r--r--emulators/vba/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/vba/Makefile b/emulators/vba/Makefile
index bf7f67f8d010..0219be56bbc3 100644
--- a/emulators/vba/Makefile
+++ b/emulators/vba/Makefile
@@ -28,7 +28,7 @@ TARGET_DIR= ${PREFIX}/bin/
.include <bsd.port.pre.mk>
-.if (${OSVERSION} < 500035)
+.if ( ${OSVERSION} < 500035 )
CFLAGS+= -O0
.endif