Date: Wed, 30 Oct 2013 16:31:42 +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: r332150 - head/graphics/gimp-lqr-plugin Message-ID: <201310301631.r9UGVgZ5054005@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Wed Oct 30 16:31:42 2013 New Revision: 332150 URL: http://svnweb.freebsd.org/changeset/ports/332150 Log: - Support staging - Use new LIB_DEPENDS syntax Modified: head/graphics/gimp-lqr-plugin/Makefile Modified: head/graphics/gimp-lqr-plugin/Makefile ============================================================================== --- head/graphics/gimp-lqr-plugin/Makefile Wed Oct 30 16:31:33 2013 (r332149) +++ head/graphics/gimp-lqr-plugin/Makefile Wed Oct 30 16:31:42 2013 (r332150) @@ -11,11 +11,11 @@ MASTER_SITES= http://liquidrescale.wdfil MAINTAINER= amdmi3@FreeBSD.org COMMENT= Liquid rescale GIMP plug-in -LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app \ - lqr-1:${PORTSDIR}/graphics/liblqr-1 +LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app \ + liblqr-1.so:${PORTSDIR}/graphics/liblqr-1 -GNU_CONFIGURE= yes USE_BZIP2= yes +GNU_CONFIGURE= yes USES= gettext gmake pkgconfig USE_GNOME= gtk20 @@ -25,7 +25,6 @@ PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310301631.r9UGVgZ5054005>