diff options
author | antoine <antoine@FreeBSD.org> | 2013-09-04 03:21:45 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2013-09-04 03:21:45 +0800 |
commit | 3da9fdbbe93098dd14bdb8b62f536decfe54675a (patch) | |
tree | 303951d1ffd4c39fe4fb350243029093c0a38f61 /net | |
parent | 2b77baa7b4c64eabbe41aa97983bea8a4fea56ed (diff) | |
download | freebsd-ports-gnome-3da9fdbbe93098dd14bdb8b62f536decfe54675a.tar.gz freebsd-ports-gnome-3da9fdbbe93098dd14bdb8b62f536decfe54675a.tar.zst freebsd-ports-gnome-3da9fdbbe93098dd14bdb8b62f536decfe54675a.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 20f5920c1a0e..9a8988b77bb3 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -13,6 +13,7 @@ COMMENT= Berkeley Open Infrastructure for Network Computing client USE_XZ= yes GNU_CONFIGURE= yes +USES= pkgconfig USE_LDCONFIG= yes USE_DOS2UNIX= yes DOS2UNIX_REGEX= .*\.(cpp|h) |