summaryrefslogtreecommitdiff
path: root/print/a2ps/Makefile
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1998-02-16 23:06:40 +0000
committertron <tron@pkgsrc.org>1998-02-16 23:06:40 +0000
commita7a5488a69e43649b3df75a424cfe81698d942dc (patch)
tree830ccafb0e82f81b7ef41b156c84bee3c0a24d58 /print/a2ps/Makefile
parent68a4c0bbd8d9682368cdc6833f5bb1bc0eb4b972 (diff)
downloadpkgsrc-a7a5488a69e43649b3df75a424cfe81698d942dc.tar.gz
Hard code "lpr" as print command so that the configure script doesn't
select a local command called "lp".
Diffstat (limited to 'print/a2ps/Makefile')
-rw-r--r--print/a2ps/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/print/a2ps/Makefile b/print/a2ps/Makefile
index e58b41e4e5d..82e486d124f 100644
--- a/print/a2ps/Makefile
+++ b/print/a2ps/Makefile
@@ -3,7 +3,7 @@
# Date created: 18 August 1997
# Whom: Chuck Robey (chuckr@freebsd.org)
#
-# $NetBSD: Makefile,v 1.2 1998/02/16 17:43:24 agc Exp $
+# $NetBSD: Makefile,v 1.3 1998/02/16 23:06:40 tron Exp $
# FreeBSD Id: Makefile,v 1.12 1998/02/15 21:24:42 steve Exp
#
@@ -20,6 +20,7 @@ MAN1= a2ps.1 ogonkify.1
PAPER_SIZE?=
STRIP=
CONFIGURE_ARGS+= --with-medium=${PAPER_SIZE}
+CONFIGURE_ENV+= LPR=lpr
ALL_TARGET= all PAPERSIZE=${PAPER_SIZE}