diff options
author | wiz <wiz@pkgsrc.org> | 2004-11-29 14:55:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2004-11-29 14:55:38 +0000 |
commit | c0c22db5d7c63a667212b52c541ad6706210a5a9 (patch) | |
tree | 1e720c10eedc5ae5e1b2d532f97f3c685e92555b | |
parent | 71ef3c039ef050ed1a9086c9373cff398c7cb7e4 (diff) | |
download | pkgsrc-c0c22db5d7c63a667212b52c541ad6706210a5a9.tar.gz |
This uses pkgconfig; include its buildlink3 file.
Addresses PR 28449.
-rw-r--r-- | graphics/inkscape/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 694d074ad3f..02f23e12401 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/10/15 03:11:49 reed Exp $ +# $NetBSD: Makefile,v 1.2 2004/11/29 14:55:38 wiz Exp $ # DISTNAME= inkscape-0.39 @@ -29,6 +29,7 @@ USE_GNU_TOOLS+= make .include "../../devel/glib2/buildlink3.mk" .include "../../devel/libsigc++/buildlink3.mk" .include "../../devel/pango/buildlink3.mk" +.include "../../devel/pkgconfig/buildlink3.mk" .include "../../textproc/intltool/buildlink3.mk" .include "../../x11/gtkmm/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" |