aboutsummaryrefslogtreecommitdiff
path: root/net-p2p/mldonkey
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 14:46:09 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-05 14:46:36 +0000
commit87725d60051c9ddcc9af3ff7b772e9f2370ae70e (patch)
treef8ed756e6088ad74c5e04759055fbb62c418e565 /net-p2p/mldonkey
parente8effd90ef9dae01b18f8aef33734ad2c6f5d2b8 (diff)
downloadports-87725d60051c9ddcc9af3ff7b772e9f2370ae70e.tar.gz
ports-87725d60051c9ddcc9af3ff7b772e9f2370ae70e.zip
Diffstat (limited to 'net-p2p/mldonkey')
-rw-r--r--net-p2p/mldonkey/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile
index 3667759da4b4..022e396262d4 100644
--- a/net-p2p/mldonkey/Makefile
+++ b/net-p2p/mldonkey/Makefile
@@ -15,8 +15,10 @@ CONFLICTS= mldonkey{-{core,gui},}-devel
BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/nums.cma:math/ocaml-num
USES= compiler:c++11-lang cpe gmake iconv pkgconfig tar:bzip2
+USE_CXXSTD= c++14
USE_OCAML= yes
USE_OCAML_CAMLP4=yes
+
GNU_CONFIGURE= yes
CONFIGURE_ARGS= ac_cv_lib_charset_locale_charset=no
ALL_TARGET= opt
@@ -33,6 +35,7 @@ OPTIONS_DEFINE= GD DOCS EXAMPLES
OPTIONS_DEFAULT=CORE GD GUI
OPTIONS_MULTI= CLIENT
OPTIONS_MULTI_CLIENT=CORE GUI
+
CORE_DESC= Client 'core' support
.include <bsd.port.options.mk>