diff options
author | itohy <itohy> | 2006-03-08 09:50:12 +0000 |
---|---|---|
committer | itohy <itohy> | 2006-03-08 09:50:12 +0000 |
commit | a5360c62e49f1d63eea27556de70f31a0dc1a19e (patch) | |
tree | 0c08e91eff67d42ae7b3bd09e9a503580840a8fc /graphics | |
parent | 207840860383f4ca286399fcd4d38c90d8e8c21f (diff) | |
download | pkgsrc-a5360c62e49f1d63eea27556de70f31a0dc1a19e.tar.gz |
Add missing dependency on graphics/xpm.
Diffstat (limited to 'graphics')
-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 aa61a6d2aa9..068febda730 100644 --- a/graphics/gimp/Makefile +++ b/graphics/gimp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.134 2006/03/06 00:18:11 wiz Exp $ +# $NetBSD: Makefile,v 1.135 2006/03/08 09:50:12 itohy Exp $ DISTNAME= gimp-2.2.10 PKGREVISION= 3 @@ -66,6 +66,7 @@ LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS} .include "../../graphics/mng/buildlink3.mk" .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../graphics/libwmf/buildlink3.mk" .include "../../print/gimp-print-lib/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" |