diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:39:46 +0000 |
commit | 5b8c84523400f851d2f2717a10ed05da02e780ee (patch) | |
tree | 04bfa16bd303923f71ecfb8bc33adccd04f47544 /print/lilypond/Makefile | |
parent | 50742b9413ddec40aa2ca1414461c06bc9020089 (diff) | |
download | pkgsrc-5b8c84523400f851d2f2717a10ed05da02e780ee.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'print/lilypond/Makefile')
-rw-r--r-- | print/lilypond/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 0ef37b25012..027f549f494 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/01/07 03:56:29 uebayasi Exp $ +# $NetBSD: Makefile,v 1.13 2003/01/10 07:48:13 cjep Exp $ # DISTNAME= lilypond-1.4.13 @@ -11,10 +11,11 @@ COMMENT= GNU Music Typesetter BUILD_DEPENDS+= bison>=1.875nb1:../../devel/bison -GNU_CONFIGURE= YES -USE_BUILDLINK2= YES -USE_GMAKE= YES -MAKEFILE= GNUmakefile +GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_PKGLOCALEDIR= YES +USE_GMAKE= YES +MAKEFILE= GNUmakefile TEXINFO_REQD= 4.0 INFO_FILES= lilypond.info lilypond-internals.info |