diff options
-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 b57367c6d7f..ced8b97da24 100644 --- a/print/a2ps/Makefile +++ b/print/a2ps/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/12/17 00:07:01 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2001/12/17 19:03:06 wiz Exp $ # DISTNAME= a2ps-4.13b @@ -23,6 +23,7 @@ LTCONFIG_OVERRIDE= ${WRKSRC}/auxdir/ltconfig GNU_CONFIGURE= # defined CONFIGURE_ENV+= LPR=lpr +CONFIGURE_ARGS+= --with-medium="${PAPERSIZE}" INFO_FILES= a2ps.info ogonkify.info regex.info |