diff options
author | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 10:00:40 +0800 |
---|---|---|
committer | Hiroki Sato <hrs@FreeBSD.org> | 2013-05-06 10:00:40 +0800 |
commit | 7dadfc8a887b9d519a937284f72ac2ce844fd960 (patch) | |
tree | 03323bda08dff3e59e16e53235d609d9f8541643 /korean | |
parent | 7af38514ef131319f37fe42494cfbbc7c76184b6 (diff) | |
download | freebsd-ports-gnome-7dadfc8a887b9d519a937284f72ac2ce844fd960.tar.gz freebsd-ports-gnome-7dadfc8a887b9d519a937284f72ac2ce844fd960.tar.zst freebsd-ports-gnome-7dadfc8a887b9d519a937284f72ac2ce844fd960.zip |
Remove *_DEPENDS from ports which depend on teTeX and add USE_TEX=tetex
instead to make migration to TeXLive easier.
Diffstat (limited to 'korean')
-rw-r--r-- | korean/ko.TeX-fonts-base/Makefile | 4 | ||||
-rw-r--r-- | korean/ko.TeX-fonts-extra/Makefile | 4 | ||||
-rw-r--r-- | korean/ko.TeX/Makefile | 5 |
3 files changed, 4 insertions, 9 deletions
diff --git a/korean/ko.TeX-fonts-base/Makefile b/korean/ko.TeX-fonts-base/Makefile index d556184ef3a2..646faf049065 100644 --- a/korean/ko.TeX-fonts-base/Makefile +++ b/korean/ko.TeX-fonts-base/Makefile @@ -15,9 +15,7 @@ DISTNAME= ko.tex-unfonts-base-20070927 MAINTAINER= hyogeollee@gmail.com COMMENT= Korean TeX base fonts -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX -BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX - +USE_TEX= tetex CONFLICTS= hlatex-[0-9]* NO_WRKSUBDIR= yes diff --git a/korean/ko.TeX-fonts-extra/Makefile b/korean/ko.TeX-fonts-extra/Makefile index 03581ea36717..43f9ed74eadf 100644 --- a/korean/ko.TeX-fonts-extra/Makefile +++ b/korean/ko.TeX-fonts-extra/Makefile @@ -15,9 +15,7 @@ DISTFILES= ko.tex-extra-hlfont.tar.gz ko.tex-unfonts-extra.tar.gz MAINTAINER= hyogeollee@gmail.com COMMENT= Korean TeX extra fonts -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX -BUILD_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX - +USE_TEX= tetex CONFLICTS= hlatex-[0-9]* NO_WRKSUBDIR= yes diff --git a/korean/ko.TeX/Makefile b/korean/ko.TeX/Makefile index aaef04cf2312..01859ea5236b 100644 --- a/korean/ko.TeX/Makefile +++ b/korean/ko.TeX/Makefile @@ -15,10 +15,9 @@ DISTNAME= ko.tex-macro-20080329 MAINTAINER= hyogeollee@gmail.com COMMENT= Korean TeX macro and utilities -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ - ${BASE_MAP}:${PORTSDIR}/korean/ko.TeX-fonts-base -BUILD_DEPENDS= texhash:${PORTSDIR}/print/teTeX +RUN_DEPENDS= ${BASE_MAP}:${PORTSDIR}/korean/ko.TeX-fonts-base +USE_TEX= tetex CONFLICTS= hlatex-[0-9]* NO_WRKSUBDIR= yes |