Date: Tue, 1 Oct 2013 19:34:30 +0000 (UTC) From: Grzegorz Blach <gblach@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r328985 - head/graphics/gimp-save-for-web Message-ID: <201310011934.r91JYUVn058059@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: gblach Date: Tue Oct 1 19:34:29 2013 New Revision: 328985 URL: http://svnweb.freebsd.org/changeset/ports/328985 Log: - Convert to new LIB_DEPENDS syntax - Convert USE_GNOME=gnomehack to USES=pathfix - Support staging Approved by: crees, tabthorpe (mentors, implicit) Modified: head/graphics/gimp-save-for-web/Makefile Modified: head/graphics/gimp-save-for-web/Makefile ============================================================================== --- head/graphics/gimp-save-for-web/Makefile Tue Oct 1 19:28:10 2013 (r328984) +++ head/graphics/gimp-save-for-web/Makefile Tue Oct 1 19:34:29 2013 (r328985) @@ -10,16 +10,15 @@ MASTER_SITES= http://registry.gimp.org/f MAINTAINER= gblach@FreeBSD.org COMMENT= GIMP Save For Web plugin -LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app +LIB_DEPENDS= libgimp-2.0.so:${PORTSDIR}/graphics/gimp-app BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes -USES= gettext gmake pkgconfig perl5 +USES= gettext gmake pkgconfig pathfix perl5 USE_PERL5= build GNU_CONFIGURE= yes -USE_GNOME= gnomehack intltool +USE_GNOME= intltool -NO_STAGE= yes post-patch: @${REINPLACE_CMD} -e 's|GMSGFMT = @GMSGFMT@|GMSGFMT = @MSGFMT@|g' ${WRKSRC}/po/Makefile.in.in
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310011934.r91JYUVn058059>