diff options
author | drochner <drochner> | 2002-01-18 14:03:01 +0000 |
---|---|---|
committer | drochner <drochner> | 2002-01-18 14:03:01 +0000 |
commit | 93f1fabe1fcd675347259ab170c7966672fc22e9 (patch) | |
tree | 245a7d52d1d8efe5143dc83d6bcb4ede2ca8825b /print | |
parent | 165b9b0dc29ad6645bb7cc935aecfba3179c7633 (diff) | |
download | pkgsrc-93f1fabe1fcd675347259ab170c7966672fc22e9.tar.gz |
use python buildlink
Diffstat (limited to 'print')
-rw-r--r-- | print/lilypond/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 5b9ddb1236f..8708513b9cd 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2001/02/17 17:51:47 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2002/01/18 14:03:01 drochner Exp $ # DISTNAME= lilypond-1.3.119 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.cs.uu.nl/people/hanwen/lilypond/index.html COMMENT= GNU Music Typesetter DEPENDS+= guile>=1.3.4:../../lang/guile -DEPENDS+= python>=2.0:../../lang/python DEPENDS+= teTeX>=1.0.7:../../print/teTeX GNU_CONFIGURE= YES @@ -20,5 +19,8 @@ MAKEFILE= GNUmakefile INFO_FILES= lilypond.info lilypond-internals.info CONFIGURE_ARGS+=--disable-kpathsea +CONFIGURE_ENV+= PYTHON=${PYTHONBIN} +PYTHON_VERSIONS_ACCEPTED= 20 21 # 22 has some regular expression problem +.include "../../lang/python/application.buildlink.mk" .include "../../mk/bsd.pkg.mk" |