diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 10:20:31 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-09-07 10:20:31 +0000 |
commit | d8f8a136148d65cb81ff99d6e965b2bc5525adf4 (patch) | |
tree | 0655198a7f2fd6fa348c48808ded0cbff5d4d21b /net/gupnp-av | |
parent | 7648a067e04612d47891204973370904a131513a (diff) |
Notes
Diffstat (limited to 'net/gupnp-av')
-rw-r--r-- | net/gupnp-av/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 398520a0cfae..610b220d8430 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -13,7 +13,7 @@ LICENSE= LGPL20 BUILD_DEPENDS= gobject-introspection>=0.9.5:${PORTSDIR}/devel/gobject-introspection \ gupnp>=0.19.0:${PORTSDIR}/net/gupnp -LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp +LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp CONFIGURE_ARGS= --enable-introspection=yes |