aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/trac/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile
index 1e624d02b258..a32abe09ba28 100644
--- a/www/trac/Makefile
+++ b/www/trac/Makefile
@@ -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