diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 20:46:35 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-05-01 20:46:35 +0800 |
commit | 0ffc28817896d3662a351b94e6a6f7ae368ee5ee (patch) | |
tree | 81d7419ea96d744b8c5484c3f97191b19a2a7691 /net | |
parent | a36ad6bd5f09a1db48f14cdca292b7511c327dd4 (diff) | |
download | freebsd-ports-gnome-0ffc28817896d3662a351b94e6a6f7ae368ee5ee.tar.gz freebsd-ports-gnome-0ffc28817896d3662a351b94e6a6f7ae368ee5ee.tar.zst freebsd-ports-gnome-0ffc28817896d3662a351b94e6a6f7ae368ee5ee.zip |
Use USES=gnome
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 34cab589d1f0..1a76fde75b27 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -26,10 +26,10 @@ VALA_DESC= Vala binding (requires net/gssdp with VALA enabled) CONFIGURE_ARGS= --enable-introspection=yes GNU_CONFIGURE= yes INSTALL_TARGET= install-strip +USE_CSTD= c11 USE_GNOME= glib20 introspection:build libxml2 USE_LDCONFIG= yes -USE_CSTD= c11 -USES= compiler:c11 gmake libtool pathfix pkgconfig python:run shebangfix tar:xz +USES= compiler:c11 gmake gnome libtool pathfix pkgconfig python:run shebangfix tar:xz SHEBANG_FILES= tools/gupnp-binding-tool |