diff options
Diffstat (limited to 'net/gupnp')
-rw-r--r-- | net/gupnp/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index d8ea5b14d799..0195ca336212 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -22,10 +22,9 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes -USE_PKGCONFIG= build USE_PYTHON= yes USE_XZ= yes -USES= pathfix +USES= pathfix pkgconfig post-patch: @${REINPLACE_CMD} -e 's|/usr/bin/python|${PYTHON_CMD}|' ${WRKSRC}/tools/gupnp-binding-tool |