diff options
Diffstat (limited to 'misc/chord/Makefile')
-rw-r--r-- | misc/chord/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/chord/Makefile b/misc/chord/Makefile index a22e618ebf1..950d28e7154 100644 --- a/misc/chord/Makefile +++ b/misc/chord/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 21:48:47 grant Exp $ +# $NetBSD: Makefile,v 1.11 2003/09/22 12:29:19 wiz Exp $ # FreeBSD Id: Makefile,v 1.4 1997/04/30 03:18:06 asami Exp # @@ -12,6 +12,6 @@ COMMENT= Produce PS sheet-music from text input NO_SRC_ON_FTP= Already in MASTER_SITE_LOCAL -MANCOMPRESSED= yes +CFLAGS+= -DPAPERSIZE=${PAPERSIZE} .include "../../mk/bsd.pkg.mk" |