diff options
author | miwi <miwi@FreeBSD.org> | 2014-03-16 00:39:46 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-03-16 00:39:46 +0800 |
commit | 3803cfa8ed7424d2465400651888cd17494918c7 (patch) | |
tree | 70d26bebfe677927bda61ebd5934e66969bda919 /net-p2p/mldonkey | |
parent | 873bb24e88b9b24b323c00dff24bfba45bc2b5b1 (diff) | |
download | freebsd-ports-gnome-3803cfa8ed7424d2465400651888cd17494918c7.tar.gz freebsd-ports-gnome-3803cfa8ed7424d2465400651888cd17494918c7.tar.zst freebsd-ports-gnome-3803cfa8ed7424d2465400651888cd17494918c7.zip |
- Convert USE_GMAKE/BZIP2 to USES
Diffstat (limited to 'net-p2p/mldonkey')
-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 |