aboutsummaryrefslogtreecommitdiffstats
path: root/games/evq3
diff options
context:
space:
mode:
authorrakuco <rakuco@FreeBSD.org>2012-08-24 10:36:17 +0800
committerrakuco <rakuco@FreeBSD.org>2012-08-24 10:36:17 +0800
commit86f238b0e941d09527149685f0995f73f4521a06 (patch)
tree7e4a320e5e5c5b3cca465606ccc7f0aeb2d5402e /games/evq3
parenteb68b1bf47d4837f3dcf34684a3b19048b65baad (diff)
downloadfreebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.tar.gz
freebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.tar.zst
freebsd-ports-gnome-86f238b0e941d09527149685f0995f73f4521a06.zip
Fix some OptionsNG conversion typos.
PR: ports/170811 Submitted by: Artis Caune <Artis.Caune@gmail.com>
Diffstat (limited to 'games/evq3')
-rw-r--r--games/evq3/Makefile4
1 files changed, 2 insertions, 2 deletions
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