diff options
author | marino <marino@FreeBSD.org> | 2013-11-01 22:52:57 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2013-11-01 22:52:57 +0800 |
commit | 7b2d4c0716496f080ce512a0b461759c1e0e4349 (patch) | |
tree | fc1496d27803a40b74b7942a0d3dc6a68307b049 /graphics | |
parent | 91ca78189bd567ce17f40f27540ad5ae417b2956 (diff) | |
download | freebsd-ports-gnome-7b2d4c0716496f080ce512a0b461759c1e0e4349.tar.gz freebsd-ports-gnome-7b2d4c0716496f080ce512a0b461759c1e0e4349.tar.zst freebsd-ports-gnome-7b2d4c0716496f080ce512a0b461759c1e0e4349.zip |
graphics/gscan2pdf: Fix PERL5 definition
Approved by: portmgr (tabthorpe)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/gscan2pdf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gscan2pdf/Makefile b/graphics/gscan2pdf/Makefile index 0f1942579e6f..b2f4cce70d20 100644 --- a/graphics/gscan2pdf/Makefile +++ b/graphics/gscan2pdf/Makefile @@ -64,7 +64,7 @@ RUN_DEPENDS= p5-Archive-Tar>=0:${PORTSDIR}/archivers/p5-Archive-Tar \ USES= gmake perl5 USE_GNOME= gtk20 librsvg2 -PERL5= configure +USE_PERL5= configure MAN1= ${PORTNAME}.1 scanadf-perl.1 scanimage-perl.1 PORT_VERBS= ${PORTNAME} Gscan2pdf |