diff options
Diffstat (limited to 'www/trac/Makefile')
-rw-r--r-- | www/trac/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/trac/Makefile b/www/trac/Makefile index e7bd9240620c..cb1bcf0c4047 100644 --- a/www/trac/Makefile +++ b/www/trac/Makefile @@ -6,7 +6,7 @@ # PORTNAME= trac -PORTVERSION= 0.11.1 +PORTVERSION= 0.11.2 CATEGORIES= www devel python MASTER_SITES= http://ftp.edgewall.com/pub/trac/ \ ftp://ftp.edgewall.com/pub/trac/ @@ -64,15 +64,15 @@ post-install: .include <bsd.port.pre.mk> .if defined(WITH_SILVERCITY) -RUN_DEPENDS+= ${PREFIX}/bin/source2html.py:${PORTSDIR}/textproc/silvercity +RUN_DEPENDS+= ${LOCALBASE}/bin/source2html.py:${PORTSDIR}/textproc/silvercity .endif .if defined(WITH_DOCUTILS) -RUN_DEPENDS+= ${PREFIX}/bin/rst2html:${PORTSDIR}/textproc/py-docutils +RUN_DEPENDS+= ${LOCALBASE}/bin/rst2html:${PORTSDIR}/textproc/py-docutils .endif .if defined(WITH_PYGMENTS) -RUN_DEPENDS+= ${PREFIX}/bin/pygmentize:${PORTSDIR}/textproc/py-pygments +RUN_DEPENDS+= ${LOCALBASE}/bin/pygmentize:${PORTSDIR}/textproc/py-pygments .endif .if defined(WITH_TZ) |