diff options
author | wiz <wiz@pkgsrc.org> | 2006-02-17 23:42:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2006-02-17 23:42:35 +0000 |
commit | 57039428ca7e33805d54e250b0ed6d09f78dc0c5 (patch) | |
tree | 29626433b9b3ecd8f9a04d02c00527ffc7ef641e /graphics | |
parent | 2eacd0077b7dd4b413bda949c85dbb6a778bc28a (diff) | |
download | pkgsrc-57039428ca7e33805d54e250b0ed6d09f78dc0c5.tar.gz |
Add missing fltk buildlink3.mk file. Fixes build.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/cinepaint/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/cinepaint/Makefile b/graphics/cinepaint/Makefile index c6d495b8d86..c7e51cf1d56 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/02/08 18:49:26 drochner Exp $ +# $NetBSD: Makefile,v 1.11 2006/02/17 23:42:35 wiz Exp $ DISTNAME= cinepaint-0.20-2 PKGNAME= cinepaint-0.20.2 @@ -24,6 +24,7 @@ BUILDLINK_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/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |