diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 08:49:46 +0000 |
commit | 019f2422aaa071ea4b35d1bc3b69068878ea93d5 (patch) | |
tree | e9e009fc092528bdc298f66c506930624e74cb2c /audio/solfege | |
parent | 4dfe867ac40f1b052a2f64bf10a0f33f79b55dbe (diff) |
Notes
Diffstat (limited to 'audio/solfege')
-rw-r--r-- | audio/solfege/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 728a2e709be4..db8a8f8ffc1b 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -17,7 +17,7 @@ BUILD_DEPENDS= ${STYLESHEET}:${PORTSDIR}/textproc/docbook-xsl \ USE_GNOME= pygtk2 WANT_GNOME= yes USE_PYTHON= yes -USES= gettext gmake display pathfix +USES= gettext gmake display pathfix pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XML2PO="" CONFIGURE_ARGS= --disable-oss-sound \ |