summaryrefslogtreecommitdiff
path: root/graphics/cinepaint
diff options
context:
space:
mode:
authorgdt <gdt>2012-11-15 13:44:13 +0000
committergdt <gdt>2012-11-15 13:44:13 +0000
commitbe144a7568251cfb749b2957f5d6c637b8fa48ce (patch)
tree6f5d8b6f209f6847df61314637166ddea9a2a157 /graphics/cinepaint
parent6c73952de3260415a3e515831ecee2fd9cd8ffb2 (diff)
downloadpkgsrc-be144a7568251cfb749b2957f5d6c637b8fa48ce.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/cinepaint')
-rw-r--r--graphics/cinepaint/Makefile6
1 files changed, 3 insertions, 3 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"