diff options
author | itohy <itohy@pkgsrc.org> | 2006-03-08 09:50:12 +0000 |
---|---|---|
committer | itohy <itohy@pkgsrc.org> | 2006-03-08 09:50:12 +0000 |
commit | be9319543c89f6cefa7f14c2f5cac54c30671a6a (patch) | |
tree | 0c08e91eff67d42ae7b3bd09e9a503580840a8fc /graphics/gimp | |
parent | 0dab7101cc71af65d43a8f4d38f28a857cfeb48d (diff) | |
download | pkgsrc-be9319543c89f6cefa7f14c2f5cac54c30671a6a.tar.gz |
Add missing dependency on graphics/xpm.
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 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" |