diff options
author | wiz <wiz@pkgsrc.org> | 2016-01-09 00:22:57 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-01-09 00:22:57 +0000 |
commit | ae6bbbfcf7c7868e253fed40f76fb7eaaea79027 (patch) | |
tree | 688c74d4a56953dbd12121247ad39dc53ec8de54 /print/lilypond | |
parent | 60d2627e9f38ea5bd339b5b6a2734245649a811b (diff) | |
download | pkgsrc-ae6bbbfcf7c7868e253fed40f76fb7eaaea79027.tar.gz |
Since we use a file from the flex package, make sure we use the
same version of flex.
Otherwise stuff breaks in weird ways.
Diffstat (limited to 'print/lilypond')
-rw-r--r-- | print/lilypond/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 79546581018..3256a14f128 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.106 2015/12/05 21:25:55 adam Exp $ +# $NetBSD: Makefile,v 1.107 2016/01/09 00:22:57 wiz Exp $ DISTNAME= lilypond-2.18.2 PKGREVISION= 5 @@ -58,6 +58,9 @@ PYTHON_VERSIONS_INCOMPATIBLE= 33 34 35 # not yet ported as of 2.18.0 PLIST_SUBST+= PKGVERSION=${PKGVERSION:S/nb${PKGREVISION}//} # needs FlexLexer.h +# make sure we use the same version for that file and the flex binary +FLEX_REQD= 2.6.0 +BUILDLINK_API_DEPENDS.flex+= flex>=2.6.0 .include "../../devel/flex/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" .include "../../fonts/fontconfig/buildlink3.mk" |