svn commit: r333214 - head/graphics/gimp-resynthesizer
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Nov 8 12:39:52 UTC 2013
Author: amdmi3
Date: Fri Nov 8 12:39:52 2013
New Revision: 333214
URL: http://svnweb.freebsd.org/changeset/ports/333214
Log:
- Support staging
- Use new LIB_DEPENDS syntax
Modified:
head/graphics/gimp-resynthesizer/Makefile
Modified: head/graphics/gimp-resynthesizer/Makefile
==============================================================================
--- head/graphics/gimp-resynthesizer/Makefile Fri Nov 8 12:36:59 2013 (r333213)
+++ head/graphics/gimp-resynthesizer/Makefile Fri Nov 8 12:39:52 2013 (r333214)
@@ -11,7 +11,7 @@ COMMENT= Gimp plug-in for texture synthe
RUN_DEPENDS= ${LOCALBASE}/libexec/gimp/2.2/python/gimpfu.py:${PORTSDIR}/graphics/py-gimp
BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool
-LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app
+LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app
USE_GITHUB= yes
GH_ACCOUNT= bootchk
@@ -28,7 +28,6 @@ USE_GCC= any # uses nested functions (gc
OPTIONS_DEFINE= THREADS
THREADS_DESC= Threading support (produces nondeterministic results)
-NO_STAGE= yes
.include <bsd.port.options.mk>
post-patch:
@@ -39,9 +38,4 @@ post-patch:
${WRKSRC}/src/buildSwitches.h
.endif
-post-install:
- @${ECHO_CMD}
- @${CAT} ${PKGMESSAGE}
- @${ECHO_CMD}
-
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list