diff options
author | netchild <netchild@FreeBSD.org> | 2004-01-29 12:50:38 +0000 |
---|---|---|
committer | netchild <netchild@FreeBSD.org> | 2004-01-29 12:50:38 +0000 |
commit | 6249f2ec357f869670a8177e18af6b43eac09e28 (patch) | |
tree | 87f83d64b2d64ff4a8dd151676b3c0f874de3a56 /devel/antlr | |
parent | ba6c3a4f27e3019f8bf44be3b27b61cf7a8686be (diff) | |
download | FreeBSD-ports-6249f2ec357f869670a8177e18af6b43eac09e28.zip FreeBSD-ports-6249f2ec357f869670a8177e18af6b43eac09e28.tar.gz |
Fix the my previous commit, CONFLICTS gets feeded into ls, so it has
to be a shell glob pattern to detect all versions of the port.
Noticed by: Marius Strobl <marius@alchemy.franken.de>
Diffstat (limited to 'devel/antlr')
-rw-r--r-- | devel/antlr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/antlr/Makefile b/devel/antlr/Makefile index 6b13cc6..2060c8f 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+ |