diff options
author | dholland <dholland> | 2009-11-29 22:27:54 +0000 |
---|---|---|
committer | dholland <dholland> | 2009-11-29 22:27:54 +0000 |
commit | 2b91267400b270fb108d623722f94c77e8d1ac21 (patch) | |
tree | 4a2c0628be8273ec5547e20800a8272aa45fe12a /audio | |
parent | 252bc802922592c677194e7fe27909116401e91f (diff) | |
download | pkgsrc-2b91267400b270fb108d623722f94c77e8d1ac21.tar.gz |
This package's configure script wants msggrep, but nothing uses it, so
fake it out. While here, turn on destdir support.
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 |