aboutsummaryrefslogtreecommitdiff
path: root/databases/libmemcache/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2012-06-01 16:59:20 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2012-06-01 16:59:20 +0000
commitebdc8740cb89f824afce83e20c29f487f5fffdb1 (patch)
tree1e21bd11cd298963c7da7054dbb6e9a6e6d1eb1d /databases/libmemcache/Makefile
parentcb564fb324f294b0ac8ecd9ce88e4d9d4bd0608f (diff)
downloadports-ebdc8740cb89f824afce83e20c29f487f5fffdb1.tar.gz
ports-ebdc8740cb89f824afce83e20c29f487f5fffdb1.zip
Convert to new options framework
Notes
Notes: svn path=/head/; revision=297967
Diffstat (limited to 'databases/libmemcache/Makefile')
-rw-r--r--databases/libmemcache/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/libmemcache/Makefile b/databases/libmemcache/Makefile
index 3ea563b656bf..84f6b36bbc44 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>