summaryrefslogtreecommitdiff
path: root/misc/rpm/Makefile
diff options
context:
space:
mode:
authorkei <kei@pkgsrc.org>2001-03-07 07:07:11 +0000
committerkei <kei@pkgsrc.org>2001-03-07 07:07:11 +0000
commite86e6140eb67007b12c4d499039fc2c813bd055d (patch)
tree2298143c8b6c852977841c41a668e9e6e0c5ae65 /misc/rpm/Makefile
parent0c1f3e06540e0f7bb0fce5bb11563350ca746187 (diff)
downloadpkgsrc-e86e6140eb67007b12c4d499039fc2c813bd055d.tar.gz
add CONFLICTS as misc/rpm package has rpm2cpio program. Problem noted by
IWAMOTO Toshihiro in private mail. Thanks.
Diffstat (limited to 'misc/rpm/Makefile')
-rw-r--r--misc/rpm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/rpm/Makefile b/misc/rpm/Makefile
index ef168068005..fc56547847c 100644
--- a/misc/rpm/Makefile
+++ b/misc/rpm/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.26 2001/02/26 14:36:11 jlam Exp $
+# $NetBSD: Makefile,v 1.27 2001/03/07 07:07:11 kei Exp $
#
DISTNAME= rpm-2.5.4
@@ -12,6 +12,8 @@ COMMENT= The Red Hat Package Manager
BUILD_DEPENDS+= msgfmt:../../devel/gettext
+CONFLICTS+= rpm2cpio-*
+
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LIBINTL= yes