aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-08-24 02:36:17 +0000
committerRaphael Kubo da Costa <rakuco@FreeBSD.org>2012-08-24 02:36:17 +0000
commitd5bd26906de55ebf318dd9e87ac5042d528bb9ea (patch)
tree7e4a320e5e5c5b3cca465606ccc7f0aeb2d5402e /games
parent552671c4937b20a21820617344270829fa96aaef (diff)
downloadports-d5bd26906de55ebf318dd9e87ac5042d528bb9ea.tar.gz
ports-d5bd26906de55ebf318dd9e87ac5042d528bb9ea.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/abe/Makefile4
-rw-r--r--games/evq3/Makefile4
2 files changed, 4 insertions, 4 deletions
diff --git a/games/abe/Makefile b/games/abe/Makefile
index 5ebb76a609e7..c36153486fc0 100644
--- a/games/abe/Makefile
+++ b/games/abe/Makefile
@@ -37,13 +37,13 @@ post-install:
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MGOD_MODE} || !empty{PORT_OPTIONS:MOPTIMIZED_CFLAGS}
+.if ${PORT_OPTIONS:MGOD_MODE} || !empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS)
post-patch:
. if ${PORT_OPTIONS:MGOD_MODE}
@${REINPLACE_CMD} -e 's|\(#define GOD_MODE\) 0|\1 1|' \
${WRKSRC}/src/Game.h
. endif
-. if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS}
+. if empty(PORT_OPTIONS:MOPTIMIZED_CFLAGS)
@${REINPLACE_CMD} -e 's|-O2||g ; \
s|-fomit-frame-pointer||g ; \
s|-ffast-math||g ; \
diff --git a/games/evq3/Makefile b/games/evq3/Makefile
index f0ac5b368082..f4e34949c81f 100644
--- a/games/evq3/Makefile
+++ b/games/evq3/Makefile
@@ -66,7 +66,7 @@ MAKE_ENV+= HAVE_VM_COMPILED=true
. if ${PORT_OPTIONS:MCURL}
LIB_DEPENDS+= curl.6:${PORTSDIR}/ftp/curl
MAKE_ENV+= USE_CURL=1
-. if ${PORT_OPTIONS:MCURL_DLOPEN)
+. if ${PORT_OPTIONS:MCURL_DLOPEN}
MAKE_ENV+= USE_CURL_DLOPEN=1
. endif
. endif
@@ -74,7 +74,7 @@ MAKE_ENV+= USE_CURL_DLOPEN=1
. if ${PORT_OPTIONS:MOPENAL}
USE_OPENAL= al
MAKE_ENV+= USE_OPENAL=1
-. if ${PORT_OPTIONS:MOPENAL_DLOPEN)
+. if ${PORT_OPTIONS:MOPENAL_DLOPEN}
MAKE_ENV+= USE_OPENAL_DLOPEN=1
. endif
. endif