Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 18:49:32 +0000 (UTC)
From:      Greg Lewis <glewis@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r315067 - head/ports-mgmt/bxpkg
Message-ID:  <201303231849.r2NInW6I040843@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201303231849.r2NInW6I040843>