svn commit: r328985 - head/graphics/gimp-save-for-web
Grzegorz Blach
gblach at FreeBSD.org
Tue Oct 1 19:34:30 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list