Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2013 12:39:52 +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: r333214 - head/graphics/gimp-resynthesizer
Message-ID:  <201311081239.rA8Cdqk4076870@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311081239.rA8Cdqk4076870>