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 /russian | |
parent | 7af38514ef131319f37fe42494cfbbc7c76184b6 (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 'russian')
-rw-r--r-- | russian/pscyr/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/russian/pscyr/Makefile b/russian/pscyr/Makefile index fe44368e7353..917eeb2044db 100644 --- a/russian/pscyr/Makefile +++ b/russian/pscyr/Makefile @@ -18,9 +18,7 @@ DISTFILES= ${PORTNAME}-${PORTVERSION:S/${PATCH_LEVEL}$/-patch&/}-tex.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= Cyrillic PostScript Type1 fonts for use with TeX -RUN_DEPENDS= mktexlsr:${PORTSDIR}/print/teTeX-base -# no other TeX is sufficient - +USE_TEX= tetex NO_WRKSUBDIR= yes NO_BUILD= yes MAKE_ENV= TEXMFDIR=${LOCALBASE}/share/texmf |