summaryrefslogtreecommitdiff
path: root/graphics/tuxpaint-config
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2012-11-15 13:44:13 +0000
committergdt <gdt@pkgsrc.org>2012-11-15 13:44:13 +0000
commit2928e2ecd56e5ee835173cef6409f6333110254f (patch)
tree6f5d8b6f209f6847df61314637166ddea9a2a157 /graphics/tuxpaint-config
parent4e73f19f62d0d0fbf286a39c1d9295bec8305ec9 (diff)
downloadpkgsrc-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 'graphics/tuxpaint-config')
-rw-r--r--graphics/tuxpaint-config/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/tuxpaint-config/Makefile b/graphics/tuxpaint-config/Makefile
index d626bf0ed6e..fb8bdf3d708 100644
--- a/graphics/tuxpaint-config/Makefile
+++ b/graphics/tuxpaint-config/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.14 2012/10/06 14:11:23 asau Exp $
+# $NetBSD: Makefile,v 1.15 2012/11/15 13:44:14 gdt Exp $
#
DISTNAME= tuxpaint-config-0.0.8
-PKGREVISION= 3
+PKGREVISION= 4
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.billsgames.com/unix/x/tuxpaint/config/
@@ -21,6 +21,6 @@ post-install:
-${FIND} ${DESTDIR}${PREFIX}/share/tuxpaint-config -name .xvpics -exec ${RM} -r {} \; 2>/dev/null
.include "../../devel/gettext-lib/buildlink3.mk"
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../x11/fltk13/buildlink3.mk"
.include "../../print/libpaper/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"