diff options
author | joerg <joerg> | 2007-01-11 09:21:11 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-11 09:21:11 +0000 |
commit | 763a80488717a5799f6708ecb879d5104b0ee823 (patch) | |
tree | 78c092dec8edde2e5bc2ed4a2404b2b7f4844e93 /graphics/gimp | |
parent | ae4b0104e884eb0cc554cd1e65d0f8d68740dc1f (diff) | |
download | pkgsrc-763a80488717a5799f6708ecb879d5104b0ee823.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" |