svn commit: r315067 - head/ports-mgmt/bxpkg
Greg Lewis
glewis at FreeBSD.org
Sat Mar 23 18:49:32 UTC 2013
Author: glewis
Date: Sat Mar 23 18:49:31 2013
New Revision: 315067
URL: http://svnweb.freebsd.org/changeset/ports/315067
Log:
. Remove the versioning from the libarchive dependency so we don't need to
chase shared library bumps.
Modified:
head/ports-mgmt/bxpkg/Makefile
Modified: head/ports-mgmt/bxpkg/Makefile
==============================================================================
--- head/ports-mgmt/bxpkg/Makefile Sat Mar 23 18:45:56 2013 (r315066)
+++ head/ports-mgmt/bxpkg/Makefile Sat Mar 23 18:49:31 2013 (r315067)
@@ -26,7 +26,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${DISTVERS
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
-LIB_DEPENDS+= archive.12:${PORTSDIR}/archivers/libarchive
+LIB_DEPENDS+= archive:${PORTSDIR}/archivers/libarchive
.endif
.include <bsd.port.post.mk>
More information about the svn-ports-all
mailing list