diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-11 09:21:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-11 09:21:11 +0000 |
commit | a46a7ffb30cafc53a303a58a5b9f62be80488112 (patch) | |
tree | 78c092dec8edde2e5bc2ed4a2404b2b7f4844e93 /graphics/gimp | |
parent | aeaa51b4dc0f6fae55439c293b7ae8b9089f20f2 (diff) | |
download | pkgsrc-a46a7ffb30cafc53a303a58a5b9f62be80488112.tar.gz |
libXmu is needed with modular Xorg for gimp-remote.
Diffstat (limited to 'graphics/gimp')
-rw-r--r-- | graphics/gimp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile index 0dfdba84e53..35e9c6eb22d 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.150 2006/12/15 20:32:57 joerg Exp $ +# $NetBSD: Makefile,v 1.151 2007/01/11 09:21:11 joerg Exp $ DISTNAME= gimp-2.2.13 PKGREVISION= 1 @@ -69,6 +69,7 @@ PLIST_SUBST+= TWAIN="@comment " .include "../../print/gimp-print-lib/buildlink3.mk" .include "../../www/libgtkhtml/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libXmu/buildlink3.mk" .include "../../x11/libXpm/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" |