diff options
author | gblach <gblach@FreeBSD.org> | 2013-10-02 03:34:29 +0800 |
---|---|---|
committer | gblach <gblach@FreeBSD.org> | 2013-10-02 03:34:29 +0800 |
commit | 529b0ab472c8548b9111446cede78edbb4a6ef77 (patch) | |
tree | 92de2ea40f732ec8c4f57b4de44ef4c64fc93a9f /graphics | |
parent | 9b2615ad6c012a31d04b7ed66602a2292af82e16 (diff) | |
download | freebsd-ports-gnome-529b0ab472c8548b9111446cede78edbb4a6ef77.tar.gz freebsd-ports-gnome-529b0ab472c8548b9111446cede78edbb4a6ef77.tar.zst freebsd-ports-gnome-529b0ab472c8548b9111446cede78edbb4a6ef77.zip |
- Convert to new LIB_DEPENDS syntax
- Convert USE_GNOME=gnomehack to USES=pathfix
- Support staging
Approved by: crees, tabthorpe (mentors, implicit)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gimp-save-for-web/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile index 68efdac3f126..90e03d247c77 100644 --- a/graphics/gimp-save-for-web/Makefile +++ b/graphics/gimp-save-for-web/Makefile @@ -10,16 +10,15 @@ MASTER_SITES= http://registry.gimp.org/files/ 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 |