svn commit: r344120 - head/devel/py-sip

Max Brazhnikov makc at FreeBSD.org
Thu Feb 13 14:24:08 UTC 2014


Author: makc
Date: Thu Feb 13 14:24:07 2014
New Revision: 344120
URL: http://svnweb.freebsd.org/changeset/ports/344120
QAT: https://qat.redports.org/buildarchive/r344120/

Log:
  devel/py-sip:
  - Add DOCS to OPTIONS_DEFINE [1]
  - Convert WITH_DEBUG to option
  
  Prompted by:	ehaupt [1]

Modified:
  head/devel/py-sip/Makefile

Modified: head/devel/py-sip/Makefile
==============================================================================
--- head/devel/py-sip/Makefile	Thu Feb 13 14:22:04 2014	(r344119)
+++ head/devel/py-sip/Makefile	Thu Feb 13 14:24:07 2014	(r344120)
@@ -24,10 +24,12 @@ ARGS=		-b ${PREFIX}/bin -d ${PYTHONPREFI
 
 PORTDOCS=	*
 
+OPTIONS_DEFINE=	DOCS DEBUG
+
 .include "${.CURDIR}/../py-qt4/bsd.pyqt.mk"
 .include <bsd.port.options.mk>
 
-.if defined(WITH_DEBUG)
+.if ${PORT_OPTIONS:MDEBUG}
 ARGS+=		-u
 .endif
 


More information about the svn-ports-head mailing list