diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-08 15:21:13 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-08 15:21:13 +0000 |
commit | f284f1469e82ee7ac56ab505de4fb7db5596ff68 (patch) | |
tree | c84277b5efee053d711cd71690bfa86882db472c /graphics/cinepaint | |
parent | 4f08b1e9ba35be7791e8ea532f401742745c4e97 (diff) | |
download | pkgsrc-f284f1469e82ee7ac56ab505de4fb7db5596ff68.tar.gz |
Remote support needs libXmu.
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 6432af91fdd..2cd14dd3f35 100644 --- a/graphics/cinepaint/Makefile +++ b/graphics/cinepaint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/04/28 18:23:28 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2007/01/08 15:21:13 joerg Exp $ DISTNAME= cinepaint-0.20-2 PKGNAME= cinepaint-0.20.2 @@ -26,6 +26,7 @@ BUILDLINK_API_DEPENDS.lcms+= lcms>=1.13 # needs _cmsLCMScolorSpace .include "../../graphics/tiff/buildlink3.mk" .include "../../x11/fltk/buildlink3.mk" .include "../../x11/gtk/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |