svn commit: r315597 - head/www/trac
Martin Wilke
miwi at FreeBSD.org
Sat Mar 30 05:12:43 UTC 2013
Author: miwi
Date: Sat Mar 30 05:12:42 2013
New Revision: 315597
URL: http://svnweb.freebsd.org/changeset/ports/315597
Log:
- Correct the OptionsNG
PR: 177489
Submitted by: John Marino <draco at marino.st>
Modified:
head/www/trac/Makefile (contents, props changed)
Modified: head/www/trac/Makefile
==============================================================================
--- head/www/trac/Makefile Sat Mar 30 04:50:17 2013 (r315596)
+++ head/www/trac/Makefile Sat Mar 30 05:12:42 2013 (r315597)
@@ -35,11 +35,11 @@ SUB_LIST= PYTHON_CMD=${PYTHON_CMD}
.include <bsd.port.options.mk>
-.if ${PORT_OPTIONS:MSILVERCITY)
+.if ${PORT_OPTIONS:MSILVERCITY}
RUN_DEPENDS+= ${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity
.endif
-.if ${PORT_OPTIONS:MDOCUTILS)
+.if ${PORT_OPTIONS:MDOCUTILS}
RUN_DEPENDS+= ${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils
.endif
More information about the svn-ports-head
mailing list