diff options
Diffstat (limited to 'audio/fluidsynth/Makefile')
-rw-r--r-- | audio/fluidsynth/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index aa0fa36acf14..71ec322ca375 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -7,6 +7,7 @@ PORTNAME= fluidsynth PORTVERSION= 1.0.7a +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_SAVANNAH} MASTER_SITE_SUBDIR= fluid @@ -19,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:S/a//} USE_GNOME= gnomehack gnometarget pkgconfig USE_GETOPT_LONG= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" CONFIGURE_ARGS= --disable-lash --disable-ladcca INSTALLS_SHLIB= yes |