summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-07-29 14:18:09 +0000
committertron <tron@pkgsrc.org>2001-07-29 14:18:09 +0000
commitdecf7822c5f4cb702b765e7cd5157c23186025f8 (patch)
tree7c820f23abd173dddd1a66dc4078daaf5fe709e8
parentc95c9e42578eb2f355be8d2b893b42c00280a928 (diff)
downloadpkgsrc-decf7822c5f4cb702b765e7cd5157c23186025f8.tar.gz
Include buildlink glue for "mpeg-lib" so that detection of MPEG Library
works on system where "kdemultimedia" version 2.x is installed.
-rw-r--r--graphics/gimp/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/gimp/Makefile b/graphics/gimp/Makefile
index f2053836c6b..9beae28a05a 100644
--- a/graphics/gimp/Makefile
+++ b/graphics/gimp/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.69 2001/07/29 01:27:01 hubertf Exp $
+# $NetBSD: Makefile,v 1.70 2001/07/29 14:18:09 tron Exp $
DISTNAME= gimp-1.2.2
CATEGORIES= graphics
@@ -62,5 +62,6 @@ post-install:
${LOCALBASE}/share/aclocal/gimp.m4
.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../graphics/mpeg-lib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"