diff options
author | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 01:07:08 +0800 |
commit | 0a40dc2375b36f8b0dde18c64f7a94194d1f8190 (patch) | |
tree | ec18cef613a0fc54432d428850a3c719902d7112 /graphics/gimp-save-for-web/Makefile | |
parent | c40d62ac5a658e66041580a018de18efae1ded0f (diff) | |
download | freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.gz freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.tar.zst freebsd-ports-gnome-0a40dc2375b36f8b0dde18c64f7a94194d1f8190.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'graphics/gimp-save-for-web/Makefile')
-rw-r--r-- | graphics/gimp-save-for-web/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile index 4f4cc1abe162..9caad9bb537d 100644 --- a/graphics/gimp-save-for-web/Makefile +++ b/graphics/gimp-save-for-web/Makefile @@ -14,8 +14,8 @@ LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes -USES= gettext gmake pkgconfig -USE_PERL5_BUILD=yes +USES= gettext gmake pkgconfig perl5 +USE_PERL5= build GNU_CONFIGURE= yes USE_GNOME= gnomehack intltool |