summaryrefslogtreecommitdiff
path: root/graphics
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
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')
-rw-r--r--graphics/cinepaint/Makefile6
-rw-r--r--graphics/flphoto/Makefile6
-rw-r--r--graphics/tuxpaint-config/Makefile6
3 files changed, 9 insertions, 9 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile
index 3e75637f25b..a69b9d15c88 100644
--- a/graphics/cinepaint/Makefile
+++ b/graphics/cinepaint/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.40 2012/10/08 23:01:40 adam Exp $
+# $NetBSD: Makefile,v 1.41 2012/11/15 13:44:14 gdt Exp $
DISTNAME= cinepaint-0.22-1
PKGNAME= cinepaint-0.22.1
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cinepaint/}
@@ -28,7 +28,7 @@ BUILDLINK_API_DEPENDS.lcms+= lcms>=1.13 # needs _cmsLCMScolorSpace
.include "../../graphics/openexr/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../x11/fltk13/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../x11/libXpm/buildlink3.mk"
.include "../../x11/libXmu/buildlink3.mk"
diff --git a/graphics/flphoto/Makefile b/graphics/flphoto/Makefile
index 5140001cac2..970312ad14d 100644
--- a/graphics/flphoto/Makefile
+++ b/graphics/flphoto/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.22 2012/10/06 14:10:49 asau Exp $
+# $NetBSD: Makefile,v 1.23 2012/11/15 13:44:14 gdt Exp $
#
DISTNAME= flphoto-1.2-source
PKGNAME= flphoto-1.2
-PKGREVISION= 14
+PKGREVISION= 15
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fltk/}
EXTRACT_SUFX= .tar.bz2
@@ -18,7 +18,7 @@ GNU_CONFIGURE= yes
LIBS.DragonFly= -lstdc++
-.include "../../x11/fltk/buildlink3.mk"
+.include "../../x11/fltk13/buildlink3.mk"
.include "../../mk/jpeg.buildlink3.mk"
.include "../../print/cups/buildlink3.mk"
.include "../../devel/libgphoto2/buildlink3.mk"
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"