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 /print/py-pyscript | |
parent | Update 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 'print/py-pyscript')
-rw-r--r-- | print/py-pyscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/print/py-pyscript/Makefile b/print/py-pyscript/Makefile index ecba1c34d96f..26c40e07cce5 100644 --- a/print/py-pyscript/Makefile +++ b/print/py-pyscript/Makefile @@ -15,11 +15,11 @@ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} MAINTAINER= nivit@FreeBSD.org COMMENT= Python module for producing high quality PostScript graphics -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base \ - dvips:${PORTSDIR}/print/dvipsk-tetex +RUN_DEPENDS= dvips:${PORTSDIR}/print/dvipsk-tetex USE_PYTHON= yes USE_PYDISTUTILS= yes +USE_TEX= tetex DATADIR= ${PYTHONPREFIX_SITELIBDIR}/${PORTNAME} |