Date: Sat, 17 Jan 2015 19:15:10 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r377244 - in head/graphics: gimp-beautify-plugin gimp-gmic-plugin gimp-wavelet-decompose-plugin gimp-wavelet-denoise-plugin gimp-wavelet-sharpen-plugin Message-ID: <201501171915.t0HJFAtK014740@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Sat Jan 17 19:15:09 2015 New Revision: 377244 URL: https://svnweb.freebsd.org/changeset/ports/377244 QAT: https://qat.redports.org/buildarchive/r377244/ Log: Add missing dependency on pkgconf Modified: head/graphics/gimp-beautify-plugin/Makefile head/graphics/gimp-gmic-plugin/Makefile head/graphics/gimp-wavelet-decompose-plugin/Makefile head/graphics/gimp-wavelet-denoise-plugin/Makefile head/graphics/gimp-wavelet-sharpen-plugin/Makefile Modified: head/graphics/gimp-beautify-plugin/Makefile ============================================================================== --- head/graphics/gimp-beautify-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-beautify-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -25,7 +25,7 @@ GH_ACCOUNT= hejiann GH_TAGNAME= ${GH_COMMIT} GH_COMMIT= e209c8d -USES= gettext gmake +USES= gettext gmake pkgconfig USE_GCC= yes USE_GNOME= atk cairo gdkpixbuf2 gtk20 USE_XORG= x11 xcomposite xcursor xdamage xext xfixes xi xinerama xrandr xrender Modified: head/graphics/gimp-gmic-plugin/Makefile ============================================================================== --- head/graphics/gimp-gmic-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-gmic-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -25,7 +25,7 @@ BASH_RUN_DEPENDS= ${LOCALBASE}/bin/bash: WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/src -USES= gmake +USES= gmake pkgconfig USE_GCC= yes USE_GNOME= gtk20 USE_XORG= x11 xext xrandr Modified: head/graphics/gimp-wavelet-decompose-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-decompose-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-wavelet-decompose-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -19,7 +19,7 @@ RUN_DEPENDS= ${LOCALBASE}/libdata/pkgcon OPTIONS_DEFINE= NLS -USES= gettext gmake +USES= gettext gmake pkgconfig PLUGIN_DIR?= libexec/gimp/2.2/plug-ins Modified: head/graphics/gimp-wavelet-denoise-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-denoise-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-wavelet-denoise-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -21,7 +21,7 @@ OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS OPTIONS_SUB= yes -USES= gettext gmake +USES= gettext gmake pkgconfig PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins Modified: head/graphics/gimp-wavelet-sharpen-plugin/Makefile ============================================================================== --- head/graphics/gimp-wavelet-sharpen-plugin/Makefile Sat Jan 17 17:47:58 2015 (r377243) +++ head/graphics/gimp-wavelet-sharpen-plugin/Makefile Sat Jan 17 19:15:09 2015 (r377244) @@ -21,7 +21,7 @@ OPTIONS_DEFINE= NLS OPTIMIZED_CFLAGS OPTIONS_DEFAULT= OPTIMIZED_CFLAGS OPTIONS_SUB= yes -USES= gettext gmake +USES= gettext gmake pkgconfig PLIST_SUB= GIMP_PLUGIN_DIR=${GIMP_PLUGIN_DIR} GIMP_PLUGIN_DIR= libexec/gimp/2.2/plug-ins
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201501171915.t0HJFAtK014740>