summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authordrochner <drochner@pkgsrc.org>2002-01-18 14:03:01 +0000
committerdrochner <drochner@pkgsrc.org>2002-01-18 14:03:01 +0000
commit5ad928a81c3b2ec84bfb1b25cc149097669126ed (patch)
tree245a7d52d1d8efe5143dc83d6bcb4ede2ca8825b /print
parentfcba362559491046a7e6263f8211075b56a7424d (diff)
downloadpkgsrc-5ad928a81c3b2ec84bfb1b25cc149097669126ed.tar.gz
use python buildlink
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"