summaryrefslogtreecommitdiff
path: root/print/a2ps/Makefile
diff options
context:
space:
mode:
authortron <tron>1998-02-16 23:06:40 +0000
committertron <tron>1998-02-16 23:06:40 +0000
commitcae732850ece9f62f8a8f446311bda14b97bc4a8 (patch)
tree830ccafb0e82f81b7ef41b156c84bee3c0a24d58 /print/a2ps/Makefile
parent30dc319855ac49349cbc0fe9032bbdb3d4db79da (diff)
downloadpkgsrc-cae732850ece9f62f8a8f446311bda14b97bc4a8.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}