svn commit: r368592 - head/archivers/rpm4

Antoine Brodin antoine at FreeBSD.org
Fri Sep 19 19:38:18 UTC 2014


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:


More information about the svn-ports-head mailing list