diff options
Diffstat (limited to 'www/twiki-MathModePlugin/Makefile')
-rw-r--r-- | www/twiki-MathModePlugin/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/twiki-MathModePlugin/Makefile b/www/twiki-MathModePlugin/Makefile index 515d56d..bd991d3 100644 --- a/www/twiki-MathModePlugin/Makefile +++ b/www/twiki-MathModePlugin/Makefile @@ -8,9 +8,9 @@ MASTER_SITES= http://protey.ru/freebsd/distfiles/ \ COMMENT= Include LaTeX formatted math in your TWiki pages -RUN_DEPENDS= dvipng:${PORTSDIR}/print/teTeX-base \ - latex:${PORTSDIR}/print/teTeX-base \ - convert:${PORTSDIR}/graphics/ImageMagick +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick + +USE_TEX= tetex post-patch: ${REINPLACE_CMD} -i '' -e 's!=/usr/bin!=${LOCALBASE}/bin!g; s!=/bin!=/usr/bin!g;' \ |