diff options
Diffstat (limited to 'audio/solfege/Makefile')
-rw-r--r-- | audio/solfege/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/solfege/Makefile b/audio/solfege/Makefile index 607105f6951d..b5aacadfbdb4 100644 --- a/audio/solfege/Makefile +++ b/audio/solfege/Makefile @@ -25,8 +25,7 @@ USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_path_XML2PO="" -CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ - --disable-oss-sound \ +CONFIGURE_ARGS= --disable-oss-sound \ --enable-docbook-stylesheet=${STYLESHEET} MAKE_ARGS= skipmanual=yes |