aboutsummaryrefslogtreecommitdiffstats
path: root/www
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-05-06 10:00:40 +0800
committerhrs <hrs@FreeBSD.org>2013-05-06 10:00:40 +0800
commit7d813d3d1216f86eb5fb23e9bb2b1016686e382a (patch)
tree03323bda08dff3e59e16e53235d609d9f8541643 /www
parent56bfc43ff611d8bd6cd9e8de4be32b94d4cfea27 (diff)
downloadfreebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.gz
freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.tar.zst
freebsd-ports-gnome-7d813d3d1216f86eb5fb23e9bb2b1016686e382a.zip
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Diffstat (limited to 'www')
-rw-r--r--www/trac-math/Makefile4
-rw-r--r--www/twiki-MathModePlugin/Makefile6
2 files changed, 5 insertions, 5 deletions
diff --git a/www/trac-math/Makefile b/www/trac-math/Makefile
index f7d18036669e..46a3e6b43777 100644
--- a/www/trac-math/Makefile
+++ b/www/trac-math/Makefile
@@ -11,9 +11,9 @@ PKGNAMEPREFIX= trac-
MAINTAINER= ports@FreeBSD.org
COMMENT= Support for LaTeX math formulas in wiki pages
-RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac \
- latex:${PORTSDIR}/print/teTeX-base
+RUN_DEPENDS+= tracd:${PORTSDIR}/www/trac
+USE_TEX= tetex
SUB_FILES= pkg-message
PKGMESSAGE= ${WRKDIR}/pkg-message
diff --git a/www/twiki-MathModePlugin/Makefile b/www/twiki-MathModePlugin/Makefile
index 515d56d3568e..bd991d3319ea 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;' \