diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-10-25 21:36:34 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-10-25 21:36:34 +0800 |
commit | c47de6f26ab78e948167882632a58b87b4cf8f94 (patch) | |
tree | 656a0afc8e78203613d0104c8e63daf1e36fcd07 /net | |
parent | ff0e17011b3cd4cab11d3263b245a3b07200d886 (diff) | |
download | freebsd-ports-gnome-c47de6f26ab78e948167882632a58b87b4cf8f94.tar.gz freebsd-ports-gnome-c47de6f26ab78e948167882632a58b87b4cf8f94.tar.zst freebsd-ports-gnome-c47de6f26ab78e948167882632a58b87b4cf8f94.zip |
- Strip shared library
Diffstat (limited to 'net')
-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 |