aboutsummaryrefslogtreecommitdiffstats
path: root/databases/libmemcache
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2012-06-02 00:59:20 +0800
committerbapt <bapt@FreeBSD.org>2012-06-02 00:59:20 +0800
commitd11c41d1ad3012decf213f15c52bcac9c1b58ccb (patch)
treee28089e70f941c688810dcf42b54dd8b8bf6ed55 /databases/libmemcache
parenta3fd2744caf5940808c561315a2f854d6a243196 (diff)
downloadfreebsd-ports-graphics-d11c41d1ad3012decf213f15c52bcac9c1b58ccb.tar.gz
freebsd-ports-graphics-d11c41d1ad3012decf213f15c52bcac9c1b58ccb.tar.zst
freebsd-ports-graphics-d11c41d1ad3012decf213f15c52bcac9c1b58ccb.zip
Convert to new options framework
Diffstat (limited to 'databases/libmemcache')
-rw-r--r--databases/libmemcache/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/libmemcache/Makefile b/databases/libmemcache/Makefile
index 3ea563b656b..84f6b36bbc4 100644
--- a/databases/libmemcache/Makefile
+++ b/databases/libmemcache/Makefile
@@ -20,12 +20,12 @@ USE_AUTOTOOLS= libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
-OPTIONS= DEBUG "Build with debugging turned on" off
+OPTIONS_DEFINE= DEBUG
-.include <bsd.port.pre.mk>
+.include <bsd.port.options.mk>
-.if defined(WITH_DEBUG)
+.if ${PORT_OPTIONS:MDEBUG}
CONFIGURE_ARGS+=--enable-debug
.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>