diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-16 19:13:34 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2014-08-16 19:13:34 +0000 |
commit | 29dfe585de404d750c22f28e26d498471ab4de14 (patch) | |
tree | f39478c1205ad33cf307b9d3b556f7ff40fc13cd /net-p2p | |
parent | f7e9cdf0812fe551e6b20ea1737733dbda32b1f2 (diff) | |
download | ports-29dfe585de404d750c22f28e26d498471ab4de14.tar.gz ports-29dfe585de404d750c22f28e26d498471ab4de14.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index ec25f838a6c0..5e3d6e815821 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -7,14 +7,13 @@ CATEGORIES+= net-p2p MASTER_SITES= SF MAINTAINER?= ports@FreeBSD.org -COMMENT?= A OCAML client for multiple peer-to-peer networks +COMMENT?= OCAML client for multiple peer-to-peer networks LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/Copying.txt BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -NO_LATEST_LINK= yes CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* USES= iconv tar:bzip2 gmake |