1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

devel/py-sip:

- Add DOCS to OPTIONS_DEFINE [1]
- Convert WITH_DEBUG to option

Prompted by:	ehaupt [1]
This commit is contained in:
Max Brazhnikov 2014-02-13 14:24:07 +00:00
parent 9b90b0eb6a
commit 55d1fcbee9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344120

View File

@ -24,10 +24,12 @@ ARGS= -b ${PREFIX}/bin -d ${PYTHONPREFIX_SITELIBDIR} \
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