Date: Tue, 21 Jan 2014 20:16:29 +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: r340650 - head/graphics/gimp-focusblur-plugin Message-ID: <201401212016.s0LKGT7o038975@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: antoine Date: Tue Jan 21 20:16:29 2014 New Revision: 340650 URL: http://svnweb.freebsd.org/changeset/ports/340650 QAT: https://qat.redports.org/buildarchive/r340650/ Log: Stage support Modified: head/graphics/gimp-focusblur-plugin/Makefile Modified: head/graphics/gimp-focusblur-plugin/Makefile ============================================================================== --- head/graphics/gimp-focusblur-plugin/Makefile Tue Jan 21 20:15:23 2014 (r340649) +++ head/graphics/gimp-focusblur-plugin/Makefile Tue Jan 21 20:16:29 2014 (r340650) @@ -12,12 +12,12 @@ PKGNAMESUFFIX= -plugin MAINTAINER= ports@FreeBSD.org COMMENT= Gimp realistic focus blur plugin -LIB_DEPENDS= fftw3:${PORTSDIR}/math/fftw3 \ - gimp-2.0:${PORTSDIR}/graphics/gimp-app - LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +LIB_DEPENDS= libfftw3.so:${PORTSDIR}/math/fftw3 \ + libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app + USES= gmake pkgconfig GNU_CONFIGURE= yes USE_BZIP2= yes @@ -29,16 +29,11 @@ PLIST_SUB= PLUGIN_DIR=${PLUGIN_DIR} CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes -.include <bsd.port.options.mk> +OPTIONS_DEFINE= NLS +OPTIONS_SUB= yes -.if ${PORT_OPTIONS:MNLS} -USES+= gettext -PLIST_SUB+= NLS="" -.else -CONFIGURE_ARGS+=--disable-nls -PLIST_SUB+= NLS="@comment " -.endif +NLS_USES= gettext +NLS_CONFIGURE_OFF= --disable-nls post-patch: @${REINPLACE_CMD} -e 's|^bindir = .*|bindir = ${PREFIX}/${PLUGIN_DIR}|g' ${WRKSRC}/src/Makefile.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201401212016.s0LKGT7o038975>