diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-28 03:21:25 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2013-12-28 03:21:25 +0800 |
commit | bf46081c95987a2fecedb561533469da54f8c2ff (patch) | |
tree | 2863eb91ccd96bbe5da4b1449e2ab06e9fbee5b9 /net/gssdp | |
parent | 5232bcab0fd3b0d55e013c068fe2642e1b682321 (diff) | |
download | freebsd-ports-gnome-bf46081c95987a2fecedb561533469da54f8c2ff.tar.gz freebsd-ports-gnome-bf46081c95987a2fecedb561533469da54f8c2ff.tar.zst freebsd-ports-gnome-bf46081c95987a2fecedb561533469da54f8c2ff.zip |
- Disable VAPIGEN completely
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 4d6cb4027d5e..7d9e7c38db71 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -19,7 +19,7 @@ OPTIONS_DEFAULT=GTK3 OPTIONS_SUB= yes CONFIGURE_ARGS= --enable-introspection=yes -CONFIGURE_ENV= VAPIGEN="" +CONFIGURE_ENV= VAPIGEN="" ac_cv_path_VAPIGEN="" GNU_CONFIGURE= yes MAKE_ENV= INSTALL_STRIP_FLAG=${STRIP} USE_GNOME= glib20 introspection:build |