diff options
author | bad <bad@pkgsrc.org> | 2015-02-04 16:27:43 +0000 |
---|---|---|
committer | bad <bad@pkgsrc.org> | 2015-02-04 16:27:43 +0000 |
commit | 78a40fc326f6a72f1bee9c74476166b100e684ae (patch) | |
tree | 0e5a680d1b9a58b0cfcbce8405e3b574e67cc887 /net | |
parent | cd7dcc1e425b23f85828e269570b64106e194b20 (diff) | |
download | pkgsrc-78a40fc326f6a72f1bee9c74476166b100e684ae.tar.gz |
libgupnp needs g_inet_socket_address_new_from_string. So require glib2
that provides that version.
PKGREVSION bump not necessary because the pkg would not build with too
old glib2.
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 22503392dd0..bc2b04f281f 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.38 2015/01/25 08:15:34 wiz Exp $ +# $NetBSD: Makefile,v 1.39 2015/02/04 16:27:43 bad Exp $ DISTNAME= gupnp-0.20.13 PKGREVISION= 1 @@ -35,6 +35,7 @@ pre-configure: .include "../../archivers/xz/buildlink3.mk" .include "../../databases/sqlite3/buildlink3.mk" +BUILDLINK_API_DEPENDS.glib2+= glib2>=2.39.90 .include "../../devel/glib2/buildlink3.mk" .include "../../devel/gobject-introspection/buildlink3.mk" .include "../../lang/python/application.mk" |