Add PAPERSIZE?=A4 to give a default value for the dependence on a2ps
to make the build work if the user did not set PAPAERSIZE at all too. Closes pr 6042 by David W. Talmage after some clearification.
This commit is contained in:
parent
a6e0ba5ae7
commit
1bc01635da
1 changed files with 2 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 1998/07/05 12:27:14 tron Exp $
|
||||
# $NetBSD: Makefile,v 1.5 1998/08/27 22:18:31 frueauf Exp $
|
||||
|
||||
DISTNAME= magicfilter-1.2
|
||||
CATEGORIES= print
|
||||
|
@ -17,6 +17,7 @@ GNU_CONFIGURE= yes
|
|||
|
||||
PLIST_SRC= ${WRKDIR}/PLIST
|
||||
|
||||
PAPERSIZE?= A4
|
||||
FILTER_DIR= libexec/magicfilter
|
||||
|
||||
post-install:
|
||||
|
|
Loading…
Reference in a new issue