diff options
-rw-r--r-- | emulators/vba/Makefile | 2 |
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 |