diff options
author | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-04-29 11:29:06 +0000 |
---|---|---|
committer | Jean-Marc Zucconi <jmz@FreeBSD.org> | 2004-04-29 11:29:06 +0000 |
commit | bfef5175a6cf67fee2f5c31472b0402c6c5a5768 (patch) | |
tree | 80a6fa39b1c4338332216e4c47530b675de500e2 | |
parent | 9fc8656bd3cfb3762d0ba15ca6291939604765da (diff) | |
download | freebsd-ports-bfef5175a6cf67fee2f5c31472b0402c6c5a5768.zip |
This port conflicts with teTeX.
-rw-r--r-- | print/latex/Makefile | 2 | ||||
-rw-r--r-- | print/tex/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/latex/Makefile b/print/latex/Makefile index 60457df41f8c..0e759324d307 100644 --- a/print/latex/Makefile +++ b/print/latex/Makefile @@ -19,6 +19,8 @@ COMMENT= TeX macro package DIST_SUBDIR= tex +CONFLICTS= teTeX* + BUILD_DEPENDS= tex:${PORTSDIR}/print/tex RUN_DEPENDS= tex:${PORTSDIR}/print/tex diff --git a/print/tex/Makefile b/print/tex/Makefile index 3df906d44921..dc894f23d61f 100644 --- a/print/tex/Makefile +++ b/print/tex/Makefile @@ -24,6 +24,8 @@ COMMENT= TeX and METAFONT DIST_SUBDIR= tex +CONFLICTS= teTeX* + USE_GMAKE= yes GNU_CONFIGURE= yes |