diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-25 13:36:24 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-25 13:36:24 +0000 |
commit | f8a503f2217ed5189a573d272f9c0fe39806abb6 (patch) | |
tree | de99680e9f5b3e639998579e01e0b6da66fc34d3 /net | |
parent | 0728dc08f734185d800e680f13d6d5c013f63077 (diff) |
Notes
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-av/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index dbdaef35d53d..5930c3bb92be 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -19,6 +19,7 @@ RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp CONFIGURE_ARGS= --enable-introspection=yes CONFIGURE_ENV= VAPIGEN="" GNU_CONFIGURE= yes +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USE_XZ= yes |