diff options
author | Stefan Eßer <se@FreeBSD.org> | 2021-10-28 12:28:24 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2021-10-29 09:50:18 +0000 |
commit | 819f25b36d45b8ac5593ec8e6f470d9ad454b08a (patch) | |
tree | a9ad0caa2a052fc695c1cdede2866080f5660431 /net-p2p/mldonkey | |
parent | f2b9a177fa65d8010c60d9dd2803a4b4bb9bcec8 (diff) |
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 8a441632c911..c34bea2599d6 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -14,7 +14,7 @@ COMMENT?= Multi-protocol peer-to-peer client written in OCaml LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying.txt -CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* +CONFLICTS= mldonkey{-{core,gui},}-devel USES= compiler:c++11-lang cpe gmake iconv pkgconfig tar:bzip2 USE_OCAML= yes |