svn commit: r429023 - head/databases/libmemcache
Sunpoet Po-Chuan Hsieh
sunpoet at FreeBSD.org
Tue Dec 20 18:35:55 UTC 2016
Author: sunpoet
Date: Tue Dec 20 18:35:53 2016
New Revision: 429023
URL: https://svnweb.freebsd.org/changeset/ports/429023
Log:
- Convert to options helper
Modified:
head/databases/libmemcache/Makefile
Modified: head/databases/libmemcache/Makefile
==============================================================================
--- head/databases/libmemcache/Makefile Tue Dec 20 18:35:49 2016 (r429022)
+++ head/databases/libmemcache/Makefile Tue Dec 20 18:35:53 2016 (r429023)
@@ -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>
More information about the svn-ports-all
mailing list