diff options
author | sat <sat@FreeBSD.org> | 2006-11-01 02:08:36 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2006-11-01 02:08:36 +0800 |
commit | f16831418dbb9fe87f02fd3592ee918f316edf9a (patch) | |
tree | 05a4f4b8a3e76eb9f15674392a38e1c139e546a9 /graphics/gscan2pdf/Makefile | |
parent | 494304a9c145a846de0eb7beab0cc865c9e1ffac (diff) | |
download | freebsd-ports-gnome-f16831418dbb9fe87f02fd3592ee918f316edf9a.tar.gz freebsd-ports-gnome-f16831418dbb9fe87f02fd3592ee918f316edf9a.tar.zst freebsd-ports-gnome-f16831418dbb9fe87f02fd3592ee918f316edf9a.zip |
- Update to 0.8.0
Diffstat (limited to 'graphics/gscan2pdf/Makefile')
-rw-r--r-- | graphics/gscan2pdf/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index 54b2d655f1d3..04da85aab080 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gscan2pdf -PORTVERSION= 0.7.2 +PORTVERSION= 0.8.0 CATEGORIES= graphics MASTER_SITES= SF @@ -15,7 +15,8 @@ COMMENT= Produce PDF from scanned documents RUN_DEPENDS= tiff2pdf:${PORTSDIR}/graphics/tiff \ scanimage:${PORTSDIR}/graphics/sane-backends \ - ${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 + p5-Gtk2>=1.112:${PORTSDIR}/x11-toolkits/p5-Gtk2 \ + p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext USE_PERL5_RUN= yes NO_BUILD= yes |