diff options
author | miwi <miwi@FreeBSD.org> | 2014-05-29 23:09:42 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2014-05-29 23:09:42 +0800 |
commit | dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3 (patch) | |
tree | 011775022245fb62b7480f74945534657ddc0d32 /devel/cross-gcc | |
parent | 8bcb34b6a41fbce7d2d7e64efc303fa9f1204f81 (diff) | |
download | freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.tar.gz freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.tar.zst freebsd-ports-gnome-dc9bbc20a7e0f17bd98a4260c6a3e827fc984cc3.zip |
- Convert gmake, bzip2 to USES
Approved by: portmgr
Diffstat (limited to 'devel/cross-gcc')
-rw-r--r-- | devel/cross-gcc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/cross-gcc/Makefile b/devel/cross-gcc/Makefile index e9153f3e0f4c..8b9ff4b2d6cb 100644 --- a/devel/cross-gcc/Makefile +++ b/devel/cross-gcc/Makefile @@ -27,9 +27,7 @@ LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ BUILD_DEPENDS?= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils RUN_DEPENDS?= ${OURTARGET}-as:${PORTSDIR}/devel/cross-binutils -USE_BZIP2= yes -USE_GMAKE= yes -USES= bison iconv +USES= bison iconv gmake tar:bzip2 STRIP= #empty GNU_CONFIGURE= yes ALL_TARGET= all info |