diff options
author | frueauf <frueauf> | 1998-08-27 22:18:31 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-08-27 22:18:31 +0000 |
commit | 1b6c8de753b9281f4dd91a0f35d55b21fc1b521f (patch) | |
tree | 8963d6a438eea6f3c2191e99131cb45daf712177 /print/magicfilter | |
parent | 03002ab4f02b65ca317971dcde92d25babb69246 (diff) | |
download | pkgsrc-1b6c8de753b9281f4dd91a0f35d55b21fc1b521f.tar.gz |
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.
Diffstat (limited to 'print/magicfilter')
-rw-r--r-- | print/magicfilter/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/magicfilter/Makefile b/print/magicfilter/Makefile index 8d9fc084540..a9dab8ec6db 100644 --- a/print/magicfilter/Makefile +++ b/print/magicfilter/Makefile @@ -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: |