Date: Fri, 25 Jul 2014 11:36:05 +0000 (UTC) From: Dmitry Marakasov <amdmi3@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362881 - head/graphics/libsvg Message-ID: <201407251136.s6PBa5B0091752@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Fri Jul 25 11:36:04 2014 New Revision: 362881 URL: http://svnweb.freebsd.org/changeset/ports/362881 QAT: https://qat.redports.org/buildarchive/r362881/ Log: - Switch to USES=libtool, drop .la files Approved by: portmgr blanket Approved by: kwm Modified: head/graphics/libsvg/Makefile Modified: head/graphics/libsvg/Makefile ============================================================================== --- head/graphics/libsvg/Makefile Fri Jul 25 11:35:57 2014 (r362880) +++ head/graphics/libsvg/Makefile Fri Jul 25 11:36:04 2014 (r362881) @@ -4,7 +4,7 @@ PORTNAME= libsvg PORTVERSION= 0.1.4 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ @@ -15,18 +15,17 @@ LIB_DEPENDS= libfontconfig.so:${PORTSDIR libpng15.so:${PORTSDIR}/graphics/png \ libjpeg.so:${PORTSDIR}/graphics/jpeg -USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes USE_GNOME= libxml2 -USES= pathfix iconv pkgconfig +USES= iconv libtool pathfix pkgconfig USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include PLIST_FILES= include/svg.h \ lib/libsvg.a \ - lib/libsvg.la \ lib/libsvg.so \ lib/libsvg.so.1 \ + lib/libsvg.so.1.0.0 \ libdata/pkgconfig/libsvg.pc .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407251136.s6PBa5B0091752>