diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 02:00:40 +0000 |
commit | 7dadfc8a887b9d519a937284f72ac2ce844fd960 (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /math/eukleides | |
parent | 7af38514ef131319f37fe42494cfbbc7c76184b6 (diff) | |
download | ports-7dadfc8a887b9d519a937284f72ac2ce844fd960.tar.gz ports-7dadfc8a887b9d519a937284f72ac2ce844fd960.zip |
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 'math/eukleides')
-rw-r--r-- | math/eukleides/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/eukleides/Makefile b/math/eukleides/Makefile index 4f6c6fe88bd5..5701d54e9d0f 100644 --- a/math/eukleides/Makefile +++ b/math/eukleides/Makefile @@ -11,10 +11,10 @@ MAINTAINER= ashish@FreeBSD.org COMMENT= A Euclidean geometry drawing language LIB_DEPENDS= readline.6:${PORTSDIR}/devel/readline -RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit \ - epstopdf:${PORTSDIR}/print/teTeX-base +RUN_DEPENDS= pstoedit:${PORTSDIR}/graphics/pstoedit USE_BZIP2= yes +USE_TEX= tetex USES= bison gettext iconv USE_GMAKE= yes |