summaryrefslogtreecommitdiff
path: root/archivers/ark
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 10:04:56 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-11 10:04:56 +0000
commitb3a96ed6ee9c272be4c0763868b0cc1778d550ec (patch)
treea2ab1131a1a192007181705e999f9f8b61e5e7c0 /archivers/ark
parentIn preparation for making libtool generate libraries with a sane name, fix al... (diff)
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in accessibility With hat: portmgr
Notes
Notes: svn path=/head/; revision=336153
Diffstat (limited to 'archivers/ark')
-rw-r--r--archivers/ark/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile
index 605269729da3..0d8af8aa1978 100644
--- a/archivers/ark/Makefile
+++ b/archivers/ark/Makefile
@@ -11,7 +11,7 @@ DIST_SUBDIR= KDE/${PORTVERSION}
MAINTAINER= kde@FreeBSD.org
COMMENT= Archiving tool for KDE
-LIB_DEPENDS= qjson.0:${PORTSDIR}/devel/qjson
+LIB_DEPENDS= libqjson.so:${PORTSDIR}/devel/qjson
CONFLICTS_INSTALL= kdeutils-4.[0-7].*
@@ -44,7 +44,7 @@ RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
-LIB_DEPENDS+= archive:${PORTSDIR}/archivers/libarchive
+LIB_DEPENDS+= libarchive.so:${PORTSDIR}/archivers/libarchive
.endif
.if ${PORT_OPTIONS:MRAR}