aboutsummaryrefslogtreecommitdiff
path: root/graphics/gimp-resynthesizer/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2013-11-08 12:39:52 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2013-11-08 12:39:52 +0000
commit423932a7a4056e4ec55d5abac4469243e96f95b8 (patch)
tree3b89f0f3b206b1da2bf42632ec947b77cbea8fec /graphics/gimp-resynthesizer/Makefile
parent695fabc62a16b1db846f97bde71fdab3b8b68c8d (diff)
downloadports-423932a7a4056e4ec55d5abac4469243e96f95b8.tar.gz
ports-423932a7a4056e4ec55d5abac4469243e96f95b8.zip
- Support staging
- Use new LIB_DEPENDS syntax
Notes
Notes: svn path=/head/; revision=333214
Diffstat (limited to 'graphics/gimp-resynthesizer/Makefile')
-rw-r--r--graphics/gimp-resynthesizer/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/graphics/gimp-resynthesizer/Makefile b/graphics/gimp-resynthesizer/Makefile
index 64c0ec918530..92e6db875176 100644
--- a/graphics/gimp-resynthesizer/Makefile
+++ b/graphics/gimp-resynthesizer/Makefile
@@ -11,7 +11,7 @@ COMMENT= Gimp plug-in for texture synthesis
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 (gcc ext.)
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>