diff options
author | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-22 06:26:09 +0000 |
---|---|---|
committer | Dmitry Sivachenko <demon@FreeBSD.org> | 2003-05-22 06:26:09 +0000 |
commit | a736e9104519f339266cce5ca6eb55f1b6e7cea5 (patch) | |
tree | ae388fa95fbf93754d094bf2443df381a1e43c87 /print/teTeX | |
parent | 6677126883c2471a9b59e00cf8d338b85ea7c215 (diff) | |
download | ports-a736e9104519f339266cce5ca6eb55f1b6e7cea5.tar.gz ports-a736e9104519f339266cce5ca6eb55f1b6e7cea5.zip |
Notes
Diffstat (limited to 'print/teTeX')
-rw-r--r-- | print/teTeX/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX/Makefile b/print/teTeX/Makefile index 6656e8a2fb8e..55958eebef40 100644 --- a/print/teTeX/Makefile +++ b/print/teTeX/Makefile @@ -7,7 +7,7 @@ PORTNAME= teTeX PORTVERSION= 2.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= print MASTER_SITES= ftp://sunsite.informatik.rwth-aachen.de/pub/comp/tex/teTeX/2.0/distrib/ \ ${MASTER_SITE_TEX_CTAN} @@ -20,6 +20,7 @@ COMMENT= Thomas Esser's distribution of TeX & friends LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ wwwcore.1:${PORTSDIR}/www/libwww +CONFLICTS= ja-ptex-* .if !defined(WITHOUT_X11) USE_XLIB= yes PLIST_SUB+= X11BITS="" |