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/abntex | |
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/abntex')
-rw-r--r-- | print/abntex/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/print/abntex/Makefile b/print/abntex/Makefile index 1dd65ae5d489..00ba1f6eece9 100644 --- a/print/abntex/Makefile +++ b/print/abntex/Makefile @@ -16,8 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Both classes and styles for both LaTex and bibtex for ABNT rules -RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base - +USE_TEX= tetex WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} NO_BUILD= yes |