diff options
author | wiz <wiz> | 2001-12-17 19:03:06 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-12-17 19:03:06 +0000 |
commit | 3a41fb5bc93930a4ee998a12612d1ef2a7b129d7 (patch) | |
tree | c2164ada9d23b3f89bbbae6f02dff60ddac4664a /print | |
parent | 4c2008dbd8585b70d9973f0febc007ff10aaa4ab (diff) | |
download | pkgsrc-3a41fb5bc93930a4ee998a12612d1ef2a7b129d7.tar.gz |
Honour PAPERSIZE. Closes pkg/14966.
Diffstat (limited to 'print')
-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 |