diff options
author | wiz <wiz> | 2006-02-17 23:42:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2006-02-17 23:42:35 +0000 |
commit | 541f4d36dae2552b9d185aae0e9162409a5161d9 (patch) | |
tree | 29626433b9b3ecd8f9a04d02c00527ffc7ef641e /graphics/cinepaint | |
parent | 515a518ef7dabf5fa32915786509a0ead604c3c7 (diff) | |
download | pkgsrc-541f4d36dae2552b9d185aae0e9162409a5161d9.tar.gz |
Add missing fltk buildlink3.mk file. Fixes build.
Diffstat (limited to 'graphics/cinepaint')
-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" |