svn commit: r315066 - head/archivers/ark

Greg Lewis glewis at FreeBSD.org
Sat Mar 23 18:45:57 UTC 2013


Author: glewis
Date: Sat Mar 23 18:45:56 2013
New Revision: 315066
URL: http://svnweb.freebsd.org/changeset/ports/315066

Log:
  . Remove the versioning from the libarchive dependency due to it's version
    bump.

Modified:
  head/archivers/ark/Makefile

Modified: head/archivers/ark/Makefile
==============================================================================
--- head/archivers/ark/Makefile	Sat Mar 23 18:39:34 2013	(r315065)
+++ head/archivers/ark/Makefile	Sat Mar 23 18:45:56 2013	(r315066)
@@ -44,7 +44,7 @@ RUN_DEPENDS+=	unzip>0:${PORTSDIR}/archiv
 .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}


More information about the svn-ports-all mailing list