diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-09-07 18:20:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-09-07 18:20:35 +0800 |
commit | 6a2c2e4d2127f03f8f752dd05dddab8848c44e04 (patch) | |
tree | b95f6149959e58863ab1f70979b74462ae605e9b /net | |
parent | ae4a25705663a0e4958036cb3c5bc4e8a7777519 (diff) | |
download | freebsd-ports-gnome-6a2c2e4d2127f03f8f752dd05dddab8848c44e04.tar.gz freebsd-ports-gnome-6a2c2e4d2127f03f8f752dd05dddab8848c44e04.tar.zst freebsd-ports-gnome-6a2c2e4d2127f03f8f752dd05dddab8848c44e04.zip |
- Convert to new LIB_DEPENDS format
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-igd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-igd/Makefile b/net/gupnp-igd/Makefile index 554e859d296c..f2e0d88f039f 100644 --- a/net/gupnp-igd/Makefile +++ b/net/gupnp-igd/Makefile @@ -14,7 +14,7 @@ LICENSE= LGPL21 BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/pygobject-2.0.pc:${PORTSDIR}/devel/py-gobject \ gobject-introspection>=0.10:${PORTSDIR}/devel/gobject-introspection \ gupnp>=0.18:${PORTSDIR}/net/gupnp -LIB_DEPENDS= gupnp-1.0:${PORTSDIR}/net/gupnp +LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp RUN_DEPENDS= gupnp>=0.18:${PORTSDIR}/net/gupnp CONFIGURE_ARGS= --enable-introspection=yes |