diff options
author | bapt <bapt@FreeBSD.org> | 2013-12-11 18:04:56 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-12-11 18:04:56 +0800 |
commit | c6d41394f638b030303d744f63571b63680fdda5 (patch) | |
tree | a2ab1131a1a192007181705e999f9f8b61e5e7c0 /archivers/rpm | |
parent | d10e23e7f3dbd2d5206388f4ef859cf6c94d0420 (diff) | |
download | freebsd-ports-gnome-c6d41394f638b030303d744f63571b63680fdda5.tar.gz freebsd-ports-gnome-c6d41394f638b030303d744f63571b63680fdda5.tar.zst freebsd-ports-gnome-c6d41394f638b030303d744f63571b63680fdda5.zip |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility
With hat: portmgr
Diffstat (limited to 'archivers/rpm')
-rw-r--r-- | archivers/rpm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/rpm/Makefile b/archivers/rpm/Makefile index bedd064ba55e..082e719cd043 100644 --- a/archivers/rpm/Makefile +++ b/archivers/rpm/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://rpm5.org/files/rpm/rpm-3.0/ \ MAINTAINER= sylvio@FreeBSD.org COMMENT= The Red Hat Package Manager -LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt +LIB_DEPENDS= libpopt.so:${PORTSDIR}/devel/popt CONFLICTS= rpm-[45].* |