diff options
author | lukem <lukem@pkgsrc.org> | 2001-10-24 00:26:51 +0000 |
---|---|---|
committer | lukem <lukem@pkgsrc.org> | 2001-10-24 00:26:51 +0000 |
commit | 6da054cb03029159d30fdd1dea2bb11503914bb8 (patch) | |
tree | 653b11aace531c116ba14a42154bcf85cc78fd2e /misc/rpm | |
parent | 89d58280c8b86cae355a96215a849c8ba8a095a6 (diff) | |
download | pkgsrc-6da054cb03029159d30fdd1dea2bb11503914bb8.tar.gz |
only conflict on rpm2cpio < 1.0nb1
Diffstat (limited to 'misc/rpm')
-rw-r--r-- | misc/rpm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile index 6b035ab79f8..217791d54b5 100644 --- a/misc/rpm/Makefile +++ b/misc/rpm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/09/27 23:18:26 jlam Exp $ +# $NetBSD: Makefile,v 1.32 2001/10/24 00:26:51 lukem Exp $ # DISTNAME= rpm-2.5.4 @@ -12,7 +12,7 @@ COMMENT= The Red Hat Package Manager BUILD_USES_MSGFMT= yes -CONFLICTS+= rpm2cpio-[0-9]* +CONFLICTS+= rpm2cpio<1.0nb1 GNU_CONFIGURE= yes USE_GMAKE= yes |