diff options
author | jmmv <jmmv> | 2005-03-16 16:33:25 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2005-03-16 16:33:25 +0000 |
commit | cb64076921bcaab370156e5f45525d0b64f06607 (patch) | |
tree | 72f068fdb4166fd2c3dbe354efc08a5afee61583 /audio/bmp | |
parent | 8128b64f093852f8ba05497334b8c41b0f21eb4f (diff) | |
download | pkgsrc-cb64076921bcaab370156e5f45525d0b64f06607.tar.gz |
Depend on pango (used directly).
Diffstat (limited to 'audio/bmp')
-rw-r--r-- | audio/bmp/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/audio/bmp/Makefile.common b/audio/bmp/Makefile.common index 59526353b7e..a84fd3c8da0 100644 --- a/audio/bmp/Makefile.common +++ b/audio/bmp/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.7 2005/03/08 17:05:17 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.8 2005/03/16 16:33:25 jmmv Exp $ # DISTNAME= bmp-0.9.7 @@ -72,6 +72,7 @@ post-patch: .include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libglade2/buildlink3.mk" +.include "../../devel/pango/buildlink3.mk" .include "../../devel/pkgconfig/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |