diff options
author | antoine <antoine@FreeBSD.org> | 2018-03-27 19:55:18 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2018-03-27 19:55:18 +0800 |
commit | 4bb91e5b05190c7a5ad639788ae47867a1170e12 (patch) | |
tree | 87933eab9751036a17a66f3dc74605ee24d8088d /net-p2p/mldonkey | |
parent | af2433de94e2e9b52ac0daafd7813400f876c185 (diff) | |
download | freebsd-ports-gnome-4bb91e5b05190c7a5ad639788ae47867a1170e12.tar.gz freebsd-ports-gnome-4bb91e5b05190c7a5ad639788ae47867a1170e12.tar.zst freebsd-ports-gnome-4bb91e5b05190c7a5ad639788ae47867a1170e12.zip |
Add explicit build dependency on pkgconf
Reported by: pkg-fallout
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index e0255921d833..5036d4999d00 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/Copying.txt CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* -USES= gmake iconv tar:bzip2 +USES= gmake iconv pkgconfig tar:bzip2 USE_OCAML= yes USE_OCAML_CAMLP4=yes GNU_CONFIGURE= yes |