diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-12 16:35:45 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-06-12 16:35:45 +0000 |
commit | 3a283e24f296371e9b753c09e3e62a92ef3d8703 (patch) | |
tree | 88e0a2bbddafb5c9bdc18e8e02c5e59fb9f9d471 /games/scorched3d/Makefile | |
parent | 7a0a8929bea1c510b4f30261d294a78b556b49d7 (diff) |
Notes
Diffstat (limited to 'games/scorched3d/Makefile')
-rw-r--r-- | games/scorched3d/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/scorched3d/Makefile b/games/scorched3d/Makefile index 157ab9541d30..6a88b37024f8 100644 --- a/games/scorched3d/Makefile +++ b/games/scorched3d/Makefile @@ -25,7 +25,7 @@ LIB_DEPENDS= GLEW.1:${PORTSDIR}/graphics/glew \ fftw3f.6:${PORTSDIR}/math/fftw3-float \ expat.6:${PORTSDIR}/textproc/expat2 -OPTIONS= MYSQL "Enable MySQL support" off +OPTIONS_DEFINE= MYSQL WRKSRC= ${WRKDIR}/scorched @@ -51,7 +51,7 @@ SCORCH_REVISION= # none .include <bsd.port.options.mk> -.if defined(WITH_MYSQL) +.if ${PORT_OPTIONS:MMYSQL} USE_MYSQL= yes CONFIGURE_ARGS+= --with-mysql .endif |