diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-25 13:36:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-10-25 13:36:34 +0000 |
commit | 219d4c139b5bac13ff6928af1f1e19f86ec87678 (patch) | |
tree | 656a0afc8e78203613d0104c8e63daf1e36fcd07 /net/gupnp-ui | |
parent | 7691107db24954df27316683fe97b6c491e126bb (diff) | |
download | ports-219d4c139b5bac13ff6928af1f1e19f86ec87678.tar.gz ports-219d4c139b5bac13ff6928af1f1e19f86ec87678.zip |
Notes
Diffstat (limited to 'net/gupnp-ui')
-rw-r--r-- | net/gupnp-ui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index 0d3279a52c65..86f6cd548a34 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -18,6 +18,7 @@ LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR}/net/gupnp \ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= gtk20 USE_LDCONFIG= yes USE_PYTHON= yes |