svn commit: r332150 - head/graphics/gimp-lqr-plugin
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 30 16:31:43 UTC 2013
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 at 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
More information about the svn-ports-all
mailing list