diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-08-30 23:01:05 +0000 |
commit | 5163781803124a083a6fdae72fd2235faf64ac0c (patch) | |
tree | 6b331be596022c1f3f38a56b08f44da1db3d7278 /audio/solfege/Makefile | |
parent | 33d4141ac9cf4bbc3ef63d28cc68c5a30b4b364a (diff) |
Notes
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r-- | audio/solfege/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index a39b5903fa8c..728a2e709be4 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -14,11 +14,10 @@ COMMENT= Free eartraining software BUILD_DEPENDS= ${STYLESHEET}:${PORTSDIR}/textproc/docbook-xsl \ txt2man:${PORTSDIR}/textproc/txt2man -USE_GNOME= gnomehack pygtk2 +USE_GNOME= pygtk2 WANT_GNOME= yes USE_PYTHON= yes -USES= gettext display -USE_GMAKE= yes +USES= gettext gmake display pathfix GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XML2PO="" CONFIGURE_ARGS= --disable-oss-sound \ |