diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-04 03:21:45 +0800 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2013-09-04 03:21:45 +0800 |
commit | 6a95e87591c52d8810094cbda29ea15256c726dd (patch) | |
tree | 303951d1ffd4c39fe4fb350243029093c0a38f61 /net/boinc-client | |
parent | dc67cc1ac6e35f7aaa902200badf2a255675eb4a (diff) | |
download | freebsd-ports-gnome-6a95e87591c52d8810094cbda29ea15256c726dd.tar.gz freebsd-ports-gnome-6a95e87591c52d8810094cbda29ea15256c726dd.tar.zst freebsd-ports-gnome-6a95e87591c52d8810094cbda29ea15256c726dd.zip |
Add an explicit dependency on pkgconf
Approved by: portmgr (bapt)
Diffstat (limited to 'net/boinc-client')
-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) |