diff options
author | glewis <glewis@FreeBSD.org> | 2013-03-24 02:45:56 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2013-03-24 02:45:56 +0800 |
commit | e836243c36d7e57d2faf32e16533564b814124b0 (patch) | |
tree | 9f82a89219f771f57cb0112828e886d598c4cf23 /archivers | |
parent | 7e012277db1cadb6d9ba4296464c53f919e63c0b (diff) | |
download | freebsd-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/Makefile | 2 |
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} |