diff options
author | demon <demon@FreeBSD.org> | 2003-05-22 06:26:09 +0000 |
---|---|---|
committer | demon <demon@FreeBSD.org> | 2003-05-22 06:26:09 +0000 |
commit | 2dff6b224d0a2d7768f2ec87852373ad25cad2c6 (patch) | |
tree | c04bd0b5f367f17f1b9181ba0a5aaab90ea5b4c8 /print/teTeX-base/Makefile | |
parent | cfde45cf78a50a8d2ef33b30df165ca8f4272166 (diff) | |
download | FreeBSD-ports-2dff6b224d0a2d7768f2ec87852373ad25cad2c6.zip FreeBSD-ports-2dff6b224d0a2d7768f2ec87852373ad25cad2c6.tar.gz |
This port CONFLICTS with ja-ptex-*
Submitted by: max
Diffstat (limited to 'print/teTeX-base/Makefile')
-rw-r--r-- | print/teTeX-base/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX-base/Makefile b/print/teTeX-base/Makefile index 6656e8a..55958ee 100644 --- a/print/teTeX-base/Makefile +++ b/print/teTeX-base/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="" |