diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:39:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2014-03-15 16:39:46 +0000 |
commit | dbadc92b6074bbd0ddf4a9c1d249df7cae65261a (patch) | |
tree | 70d26bebfe677927bda61ebd5934e66969bda919 /net-p2p/mldonkey/Makefile | |
parent | 500b5ac97cf07e1701cbac36437355928210b750 (diff) | |
download | ports-dbadc92b6074bbd0ddf4a9c1d249df7cae65261a.tar.gz ports-dbadc92b6074bbd0ddf4a9c1d249df7cae65261a.zip |
Notes
Diffstat (limited to 'net-p2p/mldonkey/Makefile')
-rw-r--r-- | net-p2p/mldonkey/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net-p2p/mldonkey/Makefile b/net-p2p/mldonkey/Makefile index ae089864f192..c833d8615329 100644 --- a/net-p2p/mldonkey/Makefile +++ b/net-p2p/mldonkey/Makefile @@ -18,11 +18,9 @@ BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml NO_LATEST_LINK= yes CONFLICTS= mldonkey{-{core,gui},}-devel-[0-9]* -USE_BZIP2= yes -USES= iconv +USES= iconv tar:bzip2 gmake USE_AUTOTOOLS= autoconf:env GNU_CONFIGURE= yes -USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV+= OCAMLRUNPARAM="l=256M" MAKE_JOBS_UNSAFE= yes |