diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:35:20 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-01-18 10:35:20 +0000 |
commit | 2baaef997bc37aaf72037b3c4847e40345d3b45c (patch) | |
tree | b0048dfc0a2e233e2a08c2d97dc43c8e55ef0a93 /net/gssdp | |
parent | d0d1c022e38ab3c645ef7ed555ca10f058981570 (diff) | |
download | ports-2baaef997bc37aaf72037b3c4847e40345d3b45c.tar.gz ports-2baaef997bc37aaf72037b3c4847e40345d3b45c.zip |
Notes
Diffstat (limited to 'net/gssdp')
-rw-r--r-- | net/gssdp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index d56bd1f7e6f7..a36d4bd8aa5e 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -21,7 +21,7 @@ OPTIONS_SUB= yes 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 |