diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-01-28 16:45:47 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-01-28 16:45:47 +0000 |
commit | 64466104bb898d3980a852bb71345feb3d48255e (patch) | |
tree | 4b83a2d9eacc282d662d92ba12fa77088e44b8c8 /devel | |
parent | 94f8dfe2b815b9dca946c6921919675de7663d40 (diff) |
Add conflict between devel/antlr and devel/pccts. Maintainer of
antlr port informed.
Requested by: Marius Strobl <marius@alchemy.franken.de>
Notes
Notes:
svn path=/head/; revision=99325
Diffstat (limited to 'devel')
-rw-r--r-- | devel/antlr/Makefile | 2 | ||||
-rw-r--r-- | devel/pccts/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile index 07455508f647..6b13cc6e30c5 100644 --- a/devel/antlr/Makefile +++ b/devel/antlr/Makefile @@ -16,6 +16,8 @@ EXTRACT_ONLY= ${PORTNAME}-${PORTVERSION}${EXTRACT_SUFX} MAINTAINER= mainland@apeiron.net COMMENT= ANTLR: ANother Tool for Language Recognition +CONFLICTS= pccts + USE_GMAKE= yes USE_JAVA= 1.2+ NEED_JAVAC= YES diff --git a/devel/pccts/Makefile b/devel/pccts/Makefile index 09f5d30aa52a..752961af36f6 100644 --- a/devel/pccts/Makefile +++ b/devel/pccts/Makefile @@ -15,6 +15,8 @@ DISTNAME= pccts${PORTVERSION:R:S/.//}mr${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= The Purdue Compiler Construction Tool Set +CONFLICTS= antlr + USE_ZIP= yes WRKSRC= ${WRKDIR}/pccts ALL_TARGET= |