Date: Fri, 25 Oct 2013 13:36:34 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r331582 - head/net/gupnp-ui Message-ID: <201310251336.r9PDaYkk074483@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Fri Oct 25 13:36:34 2013 New Revision: 331582 URL: http://svnweb.freebsd.org/changeset/ports/331582 Log: - Strip shared library Modified: head/net/gupnp-ui/Makefile Modified: head/net/gupnp-ui/Makefile ============================================================================== --- head/net/gupnp-ui/Makefile Fri Oct 25 13:36:29 2013 (r331581) +++ head/net/gupnp-ui/Makefile Fri Oct 25 13:36:34 2013 (r331582) @@ -18,6 +18,7 @@ LIB_DEPENDS= libgupnp-1.0.so:${PORTSDIR} RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes +MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= gtk20 USE_LDCONFIG= yes USE_PYTHON= yes
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310251336.r9PDaYkk074483>