diff options
author | frueauf <frueauf@pkgsrc.org> | 1998-07-28 11:18:58 +0000 |
---|---|---|
committer | frueauf <frueauf@pkgsrc.org> | 1998-07-28 11:18:58 +0000 |
commit | ff2e8d2febe7c175fda840ddbd1411c35b532eb7 (patch) | |
tree | 68d491d417871a1b7b154d401a5807d6bfd80c08 /print/a2ps | |
parent | a3dc8dfdf60457a1f0319608c66202d4ce4ca552 (diff) | |
download | pkgsrc-ff2e8d2febe7c175fda840ddbd1411c35b532eb7.tar.gz |
This package needs perl, so set USE_PERL5 as pointed out in pr 5823
by Brook Milligan.
Diffstat (limited to 'print/a2ps')
-rw-r--r-- | print/a2ps/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile index 8c5048248d4..fd44881f121 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 1998/07/24 01:57:01 tv Exp $ +# $NetBSD: Makefile,v 1.17 1998/07/28 11:18:58 frueauf Exp $ # FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp # @@ -15,6 +15,7 @@ STRIP= GNU_CONFIGURE= yes CONFIGURE_ARGS+=--with-medium=${PAPERSIZE} CONFIGURE_ENV+= LPR=lpr +USE_PERL5= YES USE_GTEXINFO= YES USE_LIBTOOL= yes INFO_FILES= a2ps.info ogonkify.info regex.info |