Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 19:38:18 +0000 (UTC)
From:      Antoine Brodin <antoine@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r368592 - head/archivers/rpm4
Message-ID:  <201409191938.s8JJcIkh099170@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: antoine
Date: Fri Sep 19 19:38:18 2014
New Revision: 368592
URL: http://svnweb.freebsd.org/changeset/ports/368592
QAT: https://qat.redports.org/buildarchive/r368592/

Log:
  Really unbreak on freebsd 8/9

Modified:
  head/archivers/rpm4/Makefile

Modified: head/archivers/rpm4/Makefile
==============================================================================
--- head/archivers/rpm4/Makefile	Fri Sep 19 19:02:33 2014	(r368591)
+++ head/archivers/rpm4/Makefile	Fri Sep 19 19:38:18 2014	(r368592)
@@ -61,7 +61,7 @@ PLIST_SUB+=	VERSION=${PORTVERSION}
 .include <bsd.port.pre.mk>
 
 .if ${OSVERSION} < 1000000
-LIB_DEPENDS+=	libarchive.so:${PORTSDIR}/archivers/libarchive
+LIB_DEPENDS+=	libarchive.so.13:${PORTSDIR}/archivers/libarchive
 .endif
 
 post-patch:



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