Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 20 Dec 2016 18:35:53 +0000 (UTC)
From:      Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r429023 - head/databases/libmemcache
Message-ID:  <201612201835.uBKIZrBk005583@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612201835.uBKIZrBk005583>