diff options
author | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-18 00:02:30 +0000 |
---|---|---|
committer | Chin-San Huang <chinsan@FreeBSD.org> | 2009-01-18 00:02:30 +0000 |
commit | ae612d21d2bdae129818c1c1a5a57e4fbee968ee (patch) | |
tree | 5000f278319dce002998fd20e730b0d210adc226 /graphics/gscan2pdf | |
parent | c8d2ce6c0ea89bc80cb9e89154750845a0a4fdad (diff) | |
download | ports-ae612d21d2bdae129818c1c1a5a57e4fbee968ee.tar.gz ports-ae612d21d2bdae129818c1c1a5a57e4fbee968ee.zip |
Notes
Diffstat (limited to 'graphics/gscan2pdf')
-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 c98fab575621..d7053bc1c121 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -7,6 +7,7 @@ PORTNAME= gscan2pdf PORTVERSION= 0.9.27 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SFE @@ -26,8 +27,8 @@ RUN_DEPENDS= p5-PDF-API2>=0.57:${PORTSDIR}/textproc/p5-PDF-API2 \ gocr:${PORTSDIR}/graphics/gocr \ tesseract:${PORTSDIR}/graphics/tesseract \ ImageMagick>=6.3.3.5:${PORTSDIR}/graphics/ImageMagick \ - p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext -# xdg-email:${PORTSDIR}/devel/xdg-utils + p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext \ + p5-Sane>=0:${PORTSDIR}/graphics/p5-Sane USE_GMAKE= yes USE_GNOME= librsvg2 |