summaryrefslogtreecommitdiff
path: root/lang/logo
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2013-05-06 02:00:40 +0000
committerHiroki Sato <hrs@FreeBSD.org>2013-05-06 02:00:40 +0000
commit7dadfc8a887b9d519a937284f72ac2ce844fd960 (patch)
tree03323bda08dff3e59e16e53235d609d9f8541643 /lang/logo
parentUpdate to 1.4.0. (diff)
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Notes
Notes: svn path=/head/; revision=317455
Diffstat (limited to 'lang/logo')
-rw-r--r--lang/logo/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/logo/Makefile b/lang/logo/Makefile
index 75eb8e029492..c2c9b88aebf6 100644
--- a/lang/logo/Makefile
+++ b/lang/logo/Makefile
@@ -21,7 +21,7 @@ USE_EMACS= yes
.if defined(WITH_FULL_DOCS)
.undef NOPORTDOCS
-BUILD_DEPENDS+= tex:${PORTSDIR}/print/teTeX-base
+USE_TEX= tetex
USE_GHOSTSCRIPT=yes
.endif