diff options
author | gdt <gdt@pkgsrc.org> | 2012-11-15 13:44:13 +0000 |
---|---|---|
committer | gdt <gdt@pkgsrc.org> | 2012-11-15 13:44:13 +0000 |
commit | 2928e2ecd56e5ee835173cef6409f6333110254f (patch) | |
tree | 6f5d8b6f209f6847df61314637166ddea9a2a157 /audio/spiralsynth | |
parent | 4e73f19f62d0d0fbf286a39c1d9295bec8305ec9 (diff) | |
download | pkgsrc-2928e2ecd56e5ee835173cef6409f6333110254f.tar.gz |
Depend on x11/fltk13 rather than x11/fltk.
As discussed on pkgsrc-users, x11/ftlk (1.1) is no longer maintained,
and 1.3 is believed to be almost entirely compatible.
Patch from Tim Larson, who has build-tested these packages on
NetBSD/amd64.
Diffstat (limited to 'audio/spiralsynth')
-rw-r--r-- | audio/spiralsynth/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/spiralsynth/Makefile b/audio/spiralsynth/Makefile index 9de07be2309..755b89b9050 100644 --- a/audio/spiralsynth/Makefile +++ b/audio/spiralsynth/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.30 2012/10/02 23:48:09 asau Exp $ +# $NetBSD: Makefile,v 1.31 2012/11/15 13:44:14 gdt Exp $ # DISTNAME= SpiralSynth-2.0.0 PKGNAME= spiralsynth-2.0.0 -PKGREVISION= 4 +PKGREVISION= 5 CATEGORIES= audio MASTER_SITES= http://www.pawfal.org/Software/SpiralSynth/dload/ @@ -30,7 +30,7 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/.SpiralPatches.bank \ ${WRKSRC}/.Spiralrc ${DESTDIR}${PREFIX}/share/spiralsynth -.include "../../x11/fltk/buildlink3.mk" +.include "../../x11/fltk13/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |