diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:35:29 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-01-18 18:35:29 +0800 |
commit | b315eef79837366612ca9e4249bd3e4b9886f50d (patch) | |
tree | 48955e6f60df59d92db808471507f0fc6657cf73 /net | |
parent | ddb2f0cb2a2eb2fef7e9f892edaf8f90de097479 (diff) | |
download | freebsd-ports-gnome-b315eef79837366612ca9e4249bd3e4b9886f50d.tar.gz freebsd-ports-gnome-b315eef79837366612ca9e4249bd3e4b9886f50d.tar.zst freebsd-ports-gnome-b315eef79837366612ca9e4249bd3e4b9886f50d.zip |
- Use INSTALL_TARGET=install-strip instead of MAKE_ENV=INSTALL_STRIP_FLAG=${STRIP}
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-av/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gupnp-av/Makefile b/net/gupnp-av/Makefile index 4aa69b16f638..00e042e08843 100644 --- a/net/gupnp-av/Makefile +++ b/net/gupnp-av/Makefile @@ -19,7 +19,7 @@ RUN_DEPENDS= gupnp>=0.19.0:${PORTSDIR}/net/gupnp CONFIGURE_ARGS= --enable-introspection=yes CONFIGURE_ENV= VAPIGEN="" ac_cv_path_VAPIGEN="" GNU_CONFIGURE= yes -MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} +INSTALL_TARGET= install-strip USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USES= gmake libtool pathfix pkgconfig tar:xz |