diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /audio/fluidsynth | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'audio/fluidsynth')
-rw-r--r-- | audio/fluidsynth/Makefile | 3 | ||||
-rw-r--r-- | audio/fluidsynth/pkg-plist | 1 |
2 files changed, 3 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 diff --git a/audio/fluidsynth/pkg-plist b/audio/fluidsynth/pkg-plist index e7737807423f..33390056626d 100644 --- a/audio/fluidsynth/pkg-plist +++ b/audio/fluidsynth/pkg-plist @@ -18,6 +18,7 @@ include/fluidsynth/types.h include/fluidsynth/version.h include/fluidsynth/voice.h lib/libfluidsynth.a +lib/libfluidsynth.la lib/libfluidsynth.so lib/libfluidsynth.so.2 libdata/pkgconfig/fluidsynth.pc |