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/pccts | |
parent | Remove dcons, dcons was integrated to FreeBSD system. (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/pccts')
-rw-r--r-- | devel/pccts/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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= |