aboutsummaryrefslogtreecommitdiffstats
path: root/archivers
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2013-03-24 02:45:56 +0800
committerglewis <glewis@FreeBSD.org>2013-03-24 02:45:56 +0800
commite836243c36d7e57d2faf32e16533564b814124b0 (patch)
tree9f82a89219f771f57cb0112828e886d598c4cf23 /archivers
parent7e012277db1cadb6d9ba4296464c53f919e63c0b (diff)
downloadfreebsd-ports-gnome-e836243c36d7e57d2faf32e16533564b814124b0.tar.gz
freebsd-ports-gnome-e836243c36d7e57d2faf32e16533564b814124b0.tar.zst
freebsd-ports-gnome-e836243c36d7e57d2faf32e16533564b814124b0.zip
. Remove the versioning from the libarchive dependency due to it's version
bump.
Diffstat (limited to 'archivers')
-rw-r--r--archivers/ark/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/archivers/ark/Makefile b/archivers/ark/Makefile
index b2e391664859..54b7f0310554 100644
--- a/archivers/ark/Makefile
+++ b/archivers/ark/Makefile
@@ -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.12:${PORTSDIR}/archivers/libarchive
+LIB_DEPENDS+= archive:${PORTSDIR}/archivers/libarchive
.endif
.if ${PORT_OPTIONS:MRAR}