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/spiralloops | |
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/spiralloops')
-rw-r--r-- | audio/spiralloops/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/spiralloops/Makefile b/audio/spiralloops/Makefile index 66ec111b92a..c8c126819a3 100644 --- a/audio/spiralloops/Makefile +++ b/audio/spiralloops/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.34 2012/10/02 23:48:09 asau Exp $ +# $NetBSD: Makefile,v 1.35 2012/11/15 13:44:13 gdt Exp $ # DISTNAME= SpiralLoops-2.0.0 PKGNAME= spiralloops-2.0.0 -PKGREVISION= 6 +PKGREVISION= 7 CATEGORIES= audio MASTER_SITES= http://www.pawfal.org/Software/SpiralLoops/dload/ @@ -29,6 +29,6 @@ INSTALLATION_DIRS= bin do-install: ${INSTALL_PROGRAM} ${WRKSRC}/SpiralLoops ${DESTDIR}${PREFIX}/bin -.include "../../x11/fltk/buildlink3.mk" +.include "../../x11/fltk13/buildlink3.mk" .include "../../mk/oss.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |