diff options
author | wiz <wiz@pkgsrc.org> | 2015-06-08 21:17:54 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-06-08 21:17:54 +0000 |
commit | 2b8990f25eaece56e528772b1c1c7478c0b725b6 (patch) | |
tree | 8298f1eac98a129a7cf62c2c44f72ef81048ea18 /net/gupnp-igd/Makefile | |
parent | 7755b51978e8ca33fda7a2ec5fcb577f05b70024 (diff) | |
download | pkgsrc-2b8990f25eaece56e528772b1c1c7478c0b725b6.tar.gz |
Add gobject-introspection/bl3.mk.
Diffstat (limited to 'net/gupnp-igd/Makefile')
-rw-r--r-- | net/gupnp-igd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 0fc74f91512..effbe9bfa35 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2015/06/08 11:04:09 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2015/06/08 21:17:54 wiz Exp $ DISTNAME= gupnp-igd-0.2.3 PKGREVISION= 4 @@ -22,5 +22,6 @@ TEST_TARGET= check .include "../../net/gupnp/buildlink3.mk" BUILDLINK_API_DEPENDS.glib2+= glib2>=2.14.0 .include "../../devel/glib2/buildlink3.mk" +.include "../../devel/gobject-introspection/buildlink3.mk" .include "../../textproc/gtk-doc/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |