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/rpm5 | |
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/rpm5')
-rw-r--r-- | archivers/rpm5/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/archivers/rpm5/Makefile b/archivers/rpm5/Makefile index e287c43fb384..ff701e6908a9 100644 --- a/archivers/rpm5/Makefile +++ b/archivers/rpm5/Makefile @@ -10,13 +10,13 @@ MASTER_SITES= http://rpm5.org/files/rpm/rpm-${PORTVERSION:R}/ MAINTAINER= afb@rpm5.org COMMENT= The RPM Package Manager -LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \ - popt.0:${PORTSDIR}/devel/popt \ - beecrypt.7:${PORTSDIR}/security/beecrypt \ - neon.27:${PORTSDIR}/www/neon29 \ - magic:${PORTSDIR}/sysutils/file \ - xar:${PORTSDIR}/archivers/xar \ - pcre.3:${PORTSDIR}/devel/pcre +LIB_DEPENDS= libsqlite3.so:${PORTSDIR}/databases/sqlite3 \ + libpopt.so:${PORTSDIR}/devel/popt \ + libbeecrypt.so:${PORTSDIR}/security/beecrypt \ + libneon.so:${PORTSDIR}/www/neon29 \ + libmagic.so:${PORTSDIR}/sysutils/file \ + libxar.so:${PORTSDIR}/archivers/xar \ + libpcre.so:${PORTSDIR}/devel/pcre BUILD_DEPENDS= gsed:${PORTSDIR}/textproc/gsed \ ${LOCALBASE}/lib/libuuid.a:${PORTSDIR}/misc/ossp-uuid \ bash:${PORTSDIR}/shells/bash @@ -122,7 +122,7 @@ PORTDOCS= * .include <bsd.port.pre.mk> .if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012) -LIB_DEPENDS+= lzma:${PORTSDIR}/archivers/xz +LIB_DEPENDS+= liblzma.so:${PORTSDIR}/archivers/xz .endif .if ${OSVERSION} <= 701000 |