diff options
-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 |