diff options
-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> |