summaryrefslogtreecommitdiff
path: root/archivers/rpm/Makefile
diff options
context:
space:
mode:
authorMarius Strobl <marius@FreeBSD.org>2005-09-29 13:43:45 +0000
committerMarius Strobl <marius@FreeBSD.org>2005-09-29 13:43:45 +0000
commit2ebff1dcff05af80aed5299c07c6e1c0119b1d21 (patch)
tree2b396ea99807121ee07ba7cc0340cfd353792cc6 /archivers/rpm/Makefile
parentFix bogus ui files in preparation for Qt 3.3.5 (diff)
Add a missing CONFLICTS on archivers/rpm4.
Approved by: netchild
Notes
Notes: svn path=/head/; revision=143782
Diffstat (limited to 'archivers/rpm/Makefile')
-rw-r--r--archivers/rpm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile
index c256738247ce..b4ca34d6b339 100644
--- a/archivers/rpm/Makefile
+++ b/archivers/rpm/Makefile
@@ -19,6 +19,8 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt
LIB_DEPENDS+= bz2.1:${PORTSDIR}/archivers/bzip2
.endif
+CONFLICTS= rpm-4.*
+
USE_GETTEXT= yes
USE_GMAKE= yes
USE_AUTOMAKE_VER=14