aboutsummaryrefslogtreecommitdiffstats
path: root/databases
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2016-12-21 02:35:53 +0800
committersunpoet <sunpoet@FreeBSD.org>2016-12-21 02:35:53 +0800
commitf59b86a77a99e208105a2d14054770abe551ae64 (patch)
treefefc463b3b28ed09a1b9ec0a56523448a3999f9a /databases
parent35bb5cb0c92b75f8b6322ae2f2e1b9378589f9e1 (diff)
downloadfreebsd-ports-gnome-f59b86a77a99e208105a2d14054770abe551ae64.tar.gz
freebsd-ports-gnome-f59b86a77a99e208105a2d14054770abe551ae64.tar.zst
freebsd-ports-gnome-f59b86a77a99e208105a2d14054770abe551ae64.zip
- Convert to options helper
Diffstat (limited to 'databases')
-rw-r--r--databases/libmemcache/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/databases/libmemcache/Makefile b/databases/libmemcache/Makefile
index 71b4378007b7..4cc5f579a182 100644
--- a/databases/libmemcache/Makefile
+++ b/databases/libmemcache/Makefile
@@ -17,10 +17,6 @@ INSTALL_TARGET= install-strip
OPTIONS_DEFINE= DEBUG
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MDEBUG}
-CONFIGURE_ARGS+=--enable-debug
-.endif
+DEBUG_CONFIGURE_ENABLE= debug
.include <bsd.port.mk>