diff options
author | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2012-06-30 20:42:52 +0800 |
commit | 9c3610198c70d4848e049e3cfafddaae4213ab87 (patch) | |
tree | b4ac412c1f5608fbffd6c72418cdc570bfc11d6b /graphics/gimp-save-for-web/Makefile | |
parent | 5144a33c408bb6536cad50aaaa281f624050cc12 (diff) | |
download | freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.gz freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.tar.zst freebsd-ports-gnome-9c3610198c70d4848e049e3cfafddaae4213ab87.zip |
- Remove SITE_PERL from *_DEPENDS
Approved by: portmgr@ (bapt@)
Diffstat (limited to 'graphics/gimp-save-for-web/Makefile')
-rw-r--r-- | graphics/gimp-save-for-web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gimp-save-for-web/Makefile b/graphics/gimp-save-for-web/Makefile index 6683f02f23f6..94d9647158a4 100644 --- a/graphics/gimp-save-for-web/Makefile +++ b/graphics/gimp-save-for-web/Makefile @@ -15,7 +15,7 @@ MAINTAINER= magik@roorback.net COMMENT= GIMP Save For Web plugin LIB_DEPENDS= gimp-2.0:${PORTSDIR}/graphics/gimp-app -BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/XML/Parser.pm:${PORTSDIR}/textproc/p5-XML-Parser +BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser USE_BZIP2= yes USE_GETTEXT= yes |