diff options
author | hubertf <hubertf> | 1998-04-17 20:17:18 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-04-17 20:17:18 +0000 |
commit | 196265c1b5c5aa8cf6000f589f4538ca1f5d8f36 (patch) | |
tree | d55c56f83d4072a2d69c618aaa8530b838708efc | |
parent | 4bc55428cf12b912933d969ce24d18537e3977b0 (diff) | |
download | pkgsrc-196265c1b5c5aa8cf6000f589f4538ca1f5d8f36.tar.gz |
this needs perl for the fix* scripts
-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 \ |