aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2012-03-03 05:37:00 +0800
committerpav <pav@FreeBSD.org>2012-03-03 05:37:00 +0800
commit9c7dcfa03f5026f67afd1e611777ef8e77aade15 (patch)
treefd298535e3fe1428ab4131a3867e2293d1b0a5ba /deskutils
parent2b03b6da4751f72c30ff7d73b8e0d66d8c93ed51 (diff)
downloadfreebsd-ports-gnome-9c7dcfa03f5026f67afd1e611777ef8e77aade15.tar.gz
freebsd-ports-gnome-9c7dcfa03f5026f67afd1e611777ef8e77aade15.tar.zst
freebsd-ports-gnome-9c7dcfa03f5026f67afd1e611777ef8e77aade15.zip
- Chase libarchive shlib bump
Reported by: pointyhat Pointy hat to: glewis
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/kcharselect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/deskutils/kcharselect/Makefile b/deskutils/kcharselect/Makefile
index 26018e7a2586..2176ecabf8ac 100644
--- a/deskutils/kcharselect/Makefile
+++ b/deskutils/kcharselect/Makefile
@@ -6,7 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@@ -70,7 +70,7 @@ RUN_DEPENDS+= unzip>0:${PORTSDIR}/archivers/unzip \
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800505 || (${OSVERSION} >= 900000 && ${OSVERSION} < 900012)
-LIB_DEPENDS+= archive.10:${PORTSDIR}/archivers/libarchive
+LIB_DEPENDS+= archive.12:${PORTSDIR}/archivers/libarchive
.endif
.ifdef(WITH_RAR)