diff options
Diffstat (limited to 'audio')
-rw-r--r-- | audio/solfege/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 10401634560..727817aa6c0 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/09/07 19:02:13 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2009/11/29 22:27:54 dholland Exp $ # DISTNAME= solfege-3.14.1 @@ -10,12 +10,14 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.solfege.org/ COMMENT= Practice several musical ear training exercises +PKG_DESTDIR_SUPPORT= user-destdir + BUILD_DEPENDS+= docbook-xsl-[0-9]*:../../textproc/docbook-xsl BUILD_DEPENDS+= txt2man-[0-9]*:../../converters/txt2man USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes -CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} +CONFIGURE_ENV+= PYTHON=${PYTHONBIN:Q} ac_cv_path_MSGGREP=true CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q} CONFIGURE_ARGS+= --disable-oss-sound CONFIGURE_ARGS+= --disable-pygtk-test |