diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-04-22 04:04:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-04-22 04:04:24 +0800 |
commit | 4ceb586b76c38d97cce9616ff4e63079b678eaff (patch) | |
tree | 9d4ecaa0409d8513de28f6f7c3b77a2504c336ca /net | |
parent | 361f9a1c305471b3aa46e24ee8d2a2939af97a26 (diff) | |
download | freebsd-ports-gnome-4ceb586b76c38d97cce9616ff4e63079b678eaff.tar.gz freebsd-ports-gnome-4ceb586b76c38d97cce9616ff4e63079b678eaff.tar.zst freebsd-ports-gnome-4ceb586b76c38d97cce9616ff4e63079b678eaff.zip |
- Add missing USE_PKGCONFIG=build
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gupnp/Makefile b/net/gupnp/Makefile index 7854d8406f17..d8ea5b14d799 100644 --- a/net/gupnp/Makefile +++ b/net/gupnp/Makefile @@ -22,6 +22,7 @@ GNU_CONFIGURE= yes USE_GMAKE= yes USE_GNOME= glib20 USE_LDCONFIG= yes +USE_PKGCONFIG= build USE_PYTHON= yes USE_XZ= yes USES= pathfix |