diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-08-10 03:09:04 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-08-10 03:09:04 +0800 |
commit | 7f894c3077c316df3b010c7f4efcfe923e46ad81 (patch) | |
tree | 86b12802e5cc4fdc74707b23ee5d8fd2e387a4f4 /net | |
parent | b848a84c2dd5542f8fdd6f871385dd24c11dd043 (diff) | |
download | freebsd-ports-gnome-7f894c3077c316df3b010c7f4efcfe923e46ad81.tar.gz freebsd-ports-gnome-7f894c3077c316df3b010c7f4efcfe923e46ad81.tar.zst freebsd-ports-gnome-7f894c3077c316df3b010c7f4efcfe923e46ad81.zip |
- Make use of USE_GNOME=introspection
- Make use of USES=gmake
Diffstat (limited to 'net')
-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> |