diff options
author | sat <sat@FreeBSD.org> | 2007-06-19 00:16:36 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-06-19 00:16:36 +0800 |
commit | 69fd6d7fc7f18abf382bbc5ce0db31b78b97e4a0 (patch) | |
tree | 01b6c4fa69cf53194c59f8e9e018df514b4e96ab /graphics/gscan2pdf | |
parent | 6b7b5af14083eddea51072e5a01e93c7c64ba6ee (diff) | |
download | freebsd-ports-graphics-69fd6d7fc7f18abf382bbc5ce0db31b78b97e4a0.tar.gz freebsd-ports-graphics-69fd6d7fc7f18abf382bbc5ce0db31b78b97e4a0.tar.zst freebsd-ports-graphics-69fd6d7fc7f18abf382bbc5ce0db31b78b97e4a0.zip |
- Use use_gnome to depend on librsvg2
Suggested by: pav
Diffstat (limited to 'graphics/gscan2pdf')
-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 430347c73e3..66e09091fbc 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: |