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 | 4d5e0eb8610e7985ad16cdb6c258b3777dd05929 (patch) | |
tree | 4412a3931275fd410256514c31d531bbb2af3133 | |
parent | 0f83007328d9841b4cf88fd04639c3f7794e8d10 (diff) | |
download | pkgsrc-4d5e0eb8610e7985ad16cdb6c258b3777dd05929.tar.gz |
Configure script demands c++ >=3.0.5, so set GCC_REQD to 3.0.5.
-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 |