diff options
author | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-18 16:16:36 +0000 |
---|---|---|
committer | Andrew Pantyukhin <sat@FreeBSD.org> | 2007-06-18 16:16:36 +0000 |
commit | 7ad604103939aa87f2c5cd993bb6984523bab522 (patch) | |
tree | 3e5a66abbecfb44781ad7c8bbb1374a5e0274e68 /graphics/gscan2pdf/Makefile | |
parent | 19ea32345fb09f412fb5e027aa37f02a58fdedeb (diff) | |
download | ports-7ad604103939aa87f2c5cd993bb6984523bab522.tar.gz ports-7ad604103939aa87f2c5cd993bb6984523bab522.zip |
Notes
Diffstat (limited to 'graphics/gscan2pdf/Makefile')
-rw-r--r-- | graphics/gscan2pdf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index 430347c73e39..66e09091fbcb 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= SFE MAINTAINER= infofarmer@FreeBSD.org COMMENT= Produce PDF from scanned documents -LIB_DEPENDS= rsvg-2.2:${PORTSDIR}/graphics/librsvg2 RUN_DEPENDS= p5-PDF-API2>=0.57:${PORTSDIR}/textproc/p5-PDF-API2 \ scanimage:${PORTSDIR}/graphics/sane-backends \ scanadf:${PORTSDIR}/graphics/sane-frontends \ @@ -26,10 +25,11 @@ RUN_DEPENDS= p5-PDF-API2>=0.57:${PORTSDIR}/textproc/p5-PDF-API2 \ p5-gettext>=1.05:${PORTSDIR}/devel/p5-Locale-gettext # xdg-email:${PORTSDIR}/devel/xdg-utils -USE_PERL5= yes USE_GETTEXT= yes -PERL_CONFIGURE= yes USE_GMAKE= yes +USE_GNOME= librsvg2 +USE_PERL5= yes +PERL_CONFIGURE= yes MAN1= ${PORTNAME}.1 post-patch: |