diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-16 04:09:29 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-02-16 04:09:29 +0800 |
commit | ba71cf680954e04f484ab7af1e46f5235d826172 (patch) | |
tree | 5a52cca10ff5cfc51e86089b9b1535d9337e2f6c /net | |
parent | 3ed62f90837838d55d9b2aa6b8bc5a6ba62beabc (diff) | |
download | freebsd-ports-gnome-ba71cf680954e04f484ab7af1e46f5235d826172.tar.gz freebsd-ports-gnome-ba71cf680954e04f484ab7af1e46f5235d826172.tar.zst freebsd-ports-gnome-ba71cf680954e04f484ab7af1e46f5235d826172.zip |
- Use USE_PYTHON_RUN instead of USE_PYTHON
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 51ef5dc2eb56..1694ac0eb524 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -22,7 +22,7 @@ GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes -USE_PYTHON= yes +USE_PYTHON_RUN= yes USE_XZ= yes USES= gmake pathfix pkgconfig shebangfix |