diff options
author | hubertf <hubertf@pkgsrc.org> | 1998-04-17 20:17:18 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 1998-04-17 20:17:18 +0000 |
commit | 0990c9899ddfce1224219c4552f32f1a8c2bb617 (patch) | |
tree | d55c56f83d4072a2d69c618aaa8530b838708efc /print/psutils | |
parent | a12644860d0d6d526a323b1ea6e55d0ea3819aca (diff) | |
download | pkgsrc-0990c9899ddfce1224219c4552f32f1a8c2bb617.tar.gz |
this needs perl for the fix* scripts
Diffstat (limited to 'print/psutils')
-rw-r--r-- | print/psutils/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/psutils/Makefile b/print/psutils/Makefile index 82b912714be..c62a9bc3878 100644 --- a/print/psutils/Makefile +++ b/print/psutils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 1998/04/15 10:38:46 agc Exp $ +# $NetBSD: Makefile,v 1.5 1998/04/17 20:17:18 hubertf Exp $ # FreeBSD Id: Makefile,v 1.15 1998/01/08 18:52:13 fenner Exp # @@ -18,6 +18,7 @@ MAN1= psbook.1 psselect.1 pstops.1 epsffit.1 psnup.1 psresize.1 \ extractres.1 includeres.1 fixscribeps.1 psmerge.1 PAPERSIZE?= A4 +USE_PERL5= YES pre-configure: @case "X${PAPERSIZE}" in \ |