diff options
Diffstat (limited to 'audio/ecasound/Makefile')
-rw-r--r-- | audio/ecasound/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/audio/ecasound/Makefile b/audio/ecasound/Makefile index 915e2881f1f..ac8f105224c 100644 --- a/audio/ecasound/Makefile +++ b/audio/ecasound/Makefile @@ -7,6 +7,7 @@ PORTNAME= ecasound PORTVERSION= 2.4.5 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://ecasound.seul.org/download/ @@ -18,7 +19,10 @@ USE_GMAKE= yes USE_GCC= 3.4+ GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" -CONFIGURE_ARGS= --disable-pyecasound --disable-rubyecasound --with-largefile \ +CONFIGURE_ARGS= --mandir=${MANPREFIX}/man \ + --disable-pyecasound \ + --disable-rubyecasound \ + --with-largefile \ --enable-sys-readline USE_LDCONFIG= yes |