diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2013-04-22 04:04:58 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2013-04-22 04:04:58 +0800 |
commit | 2e76f9f86ad8acdd1519999ed62e1fea150a9d2a (patch) | |
tree | 6e170ab50b590222fa0e704249fc998b2122626c /net | |
parent | c912323a8a6b32b8aca3302bb34a255cb821a98f (diff) | |
download | freebsd-ports-gnome-2e76f9f86ad8acdd1519999ed62e1fea150a9d2a.tar.gz freebsd-ports-gnome-2e76f9f86ad8acdd1519999ed62e1fea150a9d2a.tar.zst freebsd-ports-gnome-2e76f9f86ad8acdd1519999ed62e1fea150a9d2a.zip |
- Add missing USE_PKGCONFIG=build
Feature safe: yes
Diffstat (limited to 'net')
-rw-r--r-- | net/gupnp-ui/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/gupnp-ui/Makefile b/net/gupnp-ui/Makefile index 93ccf50ef4c4..ecd1de5c70d4 100644 --- a/net/gupnp-ui/Makefile +++ b/net/gupnp-ui/Makefile @@ -20,6 +20,7 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} GNU_CONFIGURE= yes USE_GNOME= gtk20 USE_LDCONFIG= yes +USE_PKGCONFIG= build USE_PYTHON= yes USES= pathfix |