diff options
author | xtraeme <xtraeme> | 2004-01-06 05:11:16 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2004-01-06 05:11:16 +0000 |
commit | b15f60698f587ae396c5ec4c593a414b31583a43 (patch) | |
tree | e05ce2570bc96aa9bd4b5e86bc9b616f93fa75b2 /devel | |
parent | c2f2bea44ed4bf8e221989852978de35074c091c (diff) | |
download | pkgsrc-b15f60698f587ae396c5ec4c593a414b31583a43.tar.gz |
Remove CONFLICTS, it's not needed here.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/cvsup/Makefile.common | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index 7739acdcb84..98bf6f40330 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.2 2004/01/06 00:22:05 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.3 2004/01/06 05:11:16 xtraeme Exp $ DISTNAME= cvsup-snap-16.1h CATEGORIES= devel net @@ -14,7 +14,6 @@ ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 BUILD_DEPENDS= ezm3>=1.1:../../lang/ezm3 -CONFLICTS= cvsup-* MAKE_FLAGS+= PREFIX=${PREFIX} M3FLAGS="${M3FLAGS}" M3BIN= ${PREFIX}/ezm3/bin/m3build |