diff options
author | wiz <wiz@pkgsrc.org> | 2005-04-22 12:54:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-04-22 12:54:18 +0000 |
commit | ce1202aa0f6d17b9898c54678e405887413b092b (patch) | |
tree | 4412a3931275fd410256514c31d531bbb2af3133 /print | |
parent | 31dcfc21714510f0b9db622cc10ccd3d7a858a04 (diff) | |
download | pkgsrc-ce1202aa0f6d17b9898c54678e405887413b092b.tar.gz |
Configure script demands c++ >=3.0.5, so set GCC_REQD to 3.0.5.
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 73b9b49abad..7bdd2dd5885 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2005/04/11 21:47:08 tv Exp $ +# $NetBSD: Makefile,v 1.33 2005/04/22 12:54:18 wiz Exp $ # DISTNAME= lilypond-2.4.3 @@ -23,6 +23,7 @@ MAKEFILE= GNUmakefile USE_MAKEINFO= YES TEXINFO_REQD= 4.7 +GCC_REQD+= 3.0.5 INFO_DIR= info/lilypond INFO_FILES= lilypond.info lilypond-internals.info music-glossary.info CONFIGURE_HAS_INFODIR= NO |