diff options
-rw-r--r-- | devel/antlr/Makefile | 2 | ||||
-rw-r--r-- | devel/pccts/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile index 6b13cc6e30c5..2060c8fea7e5 100644 --- a/devel/antlr/Makefile +++ b/devel/antlr/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= mainland@apeiron.net COMMENT= ANTLR: ANother Tool for Language Recognition -CONFLICTS= pccts +CONFLICTS= pccts* USE_GMAKE= yes USE_JAVA= 1.2+ diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 752961af36f6..31a21d0f9fc8 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -15,7 +15,7 @@ DISTNAME= pccts${PORTVERSION:R:S/.//}mr${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= The Purdue Compiler Construction Tool Set -CONFLICTS= antlr +CONFLICTS= antlr* USE_ZIP= yes WRKSRC= ${WRKDIR}/pccts |