summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
Diffstat (limited to 'print')
-rw-r--r--print/lilypond/Makefile6
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"