diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-09 19:09:04 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-08-09 19:09:04 +0000 |
commit | 273f7a30a0c5d27e90e4aece29bfa34c6110cd34 (patch) | |
tree | 86b12802e5cc4fdc74707b23ee5d8fd2e387a4f4 /net/gssdp | |
parent | 7ff9aad7e0aee25c19aa67b1e1d136353fce7510 (diff) | |
download | ports-273f7a30a0c5d27e90e4aece29bfa34c6110cd34.tar.gz ports-273f7a30a0c5d27e90e4aece29bfa34c6110cd34.zip |
Notes
Diffstat (limited to 'net/gssdp')
-rw-r--r-- | net/gssdp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index b53aa80674b0..7b6f5a3e12fc 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -20,11 +20,10 @@ OPTIONS_DEFAULT=GTK3 CONFIGURE_ARGS= --enable-introspection=yes CONFIGURE_ENV= VAPIGEN="" GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GNOME= glib20 +USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes USE_XZ= yes -USES= pathfix pkgconfig +USES= gmake pathfix pkgconfig .include <bsd.port.options.mk> |