diff options
author | wiz <wiz@pkgsrc.org> | 2007-02-05 23:23:12 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2007-02-05 23:23:12 +0000 |
commit | 793da743a689368c5b1f3127ad3d707502a36e35 (patch) | |
tree | ea8767a591b91b35a0ac2ecc5ae116a77db3c492 /audio/fluidsynth/Makefile | |
parent | 74ff8b8f43b34837523c4be81f6982f575716e82 (diff) | |
download | pkgsrc-793da743a689368c5b1f3127ad3d707502a36e35.tar.gz |
Update to 1.0.7a:
Uploaded FluidSynth 1.0.7a with a bug fix for the build error that
occurred when neither LASH or LADCCA were enabled. Also contains an
updated README-OSX from Ebrahim Mayat.
Diffstat (limited to 'audio/fluidsynth/Makefile')
-rw-r--r-- | audio/fluidsynth/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/audio/fluidsynth/Makefile b/audio/fluidsynth/Makefile index 841426440fc..b38c6baf33d 100644 --- a/audio/fluidsynth/Makefile +++ b/audio/fluidsynth/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.8 2006/12/15 14:34:19 wiz Exp $ +# $NetBSD: Makefile,v 1.9 2007/02/05 23:23:12 wiz Exp $ -DISTNAME= fluidsynth-1.0.7 +DISTNAME= fluidsynth-1.0.7a CATEGORIES= audio MASTER_SITES= http://savannah.nongnu.org/download/fluid/ @@ -8,6 +8,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.nongnu.org/fluid/ COMMENT= Software synthesizer based on SoundFont2 +WRKSRC= ${WRKDIR}/fluidsynth-1.0.7 + PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes |