diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-04 08:54:13 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-04 08:54:13 +0800 |
commit | a7b5f7dcfb604c9e5d280d286f262a63b5b58946 (patch) | |
tree | 282105d1534b821136343dde77bd34bd5520668c /archivers/rpm4 | |
parent | 5658bba1d9ed5e9db8e3b856e05c3bf7ade256fa (diff) | |
download | freebsd-ports-gnome-a7b5f7dcfb604c9e5d280d286f262a63b5b58946.tar.gz freebsd-ports-gnome-a7b5f7dcfb604c9e5d280d286f262a63b5b58946.tar.zst freebsd-ports-gnome-a7b5f7dcfb604c9e5d280d286f262a63b5b58946.zip |
Fix pkgname conflicts
Diffstat (limited to 'archivers/rpm4')
-rw-r--r-- | archivers/rpm4/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm4/Makefile b/archivers/rpm4/Makefile index f53ab58ecc61..5e8ee8ca6289 100644 --- a/archivers/rpm4/Makefile +++ b/archivers/rpm4/Makefile @@ -27,7 +27,7 @@ USE_BDB= 46+ INVALID_BDB_VER=51 GNU_CONFIGURE= yes USE_LDCONFIG= yes -CONFLICTS_INSTALL= rpm-[35].* +CONFLICTS_INSTALL= rpm-[35].* rpm5-* SHEBANG_FILES= scripts/brp-python-bytecompile scripts/check-prereqs \ scripts/check-rpaths-worker scripts/pythondeps.sh \ scripts/mono-find-requires scripts/mono-find-provides \ |