diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-04-22 03:46:45 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-04-22 03:46:45 +0800 |
commit | 361f9a1c305471b3aa46e24ee8d2a2939af97a26 (patch) | |
tree | 0709dd93274e4cd3ff4a3d75e4386963b4dc447c /net | |
parent | c992ecfcae7711984f858b1e076d6aac7535297c (diff) | |
download | freebsd-ports-gnome-361f9a1c305471b3aa46e24ee8d2a2939af97a26.tar.gz freebsd-ports-gnome-361f9a1c305471b3aa46e24ee8d2a2939af97a26.tar.zst freebsd-ports-gnome-361f9a1c305471b3aa46e24ee8d2a2939af97a26.zip |
- Add missing USE_PKGCONFIG=build
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/gssdp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gssdp/Makefile b/net/gssdp/Makefile index 0757e170cc8a..7911c3b5da87 100644 --- a/net/gssdp/Makefile +++ b/net/gssdp/Makefile @@ -23,6 +23,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes +USE_PKGCONFIG= build USE_XZ= yes USES= pathfix |