diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-07 23:59:54 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-07 23:59:54 +0800 |
commit | 368caae555f6ed9aa99e22f3aa14e967314cefa5 (patch) | |
tree | 3859f59d78f684d9c2ccafcbee3df4e5820e3bb9 /comms | |
parent | 3e95ed2d78436b302cc911ae8dcd3f0e2e0b3402 (diff) | |
download | freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.tar.gz freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.tar.zst freebsd-ports-gnome-368caae555f6ed9aa99e22f3aa14e967314cefa5.zip |
Convert c* to USES=zip
Diffstat (limited to 'comms')
-rw-r--r-- | comms/java-commapi/Makefile | 2 | ||||
-rw-r--r-- | comms/mlan3/Makefile | 3 | ||||
-rw-r--r-- | comms/rxtx/Makefile | 3 |
3 files changed, 3 insertions, 5 deletions
diff --git a/comms/java-commapi/Makefile b/comms/java-commapi/Makefile index 02c13f70e9f3..2b1cfd9d0d7a 100644 --- a/comms/java-commapi/Makefile +++ b/comms/java-commapi/Makefile @@ -11,7 +11,7 @@ DISTNAME= comm${PORTVERSION} MAINTAINER= ari.suutari@syncrontech.com COMMENT= Sun's Java Communications API -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/comms/mlan3/Makefile b/comms/mlan3/Makefile index c2b724ffd385..6f3ba8f7ca80 100644 --- a/comms/mlan3/Makefile +++ b/comms/mlan3/Makefile @@ -6,12 +6,11 @@ PORTVERSION= 1.00 CATEGORIES= comms MASTER_SITES= ftp://ftp.dalsemi.com/pub/auto_id/public/ DISTNAME= owpd300b -EXTRACT_SUFX= .zip MAINTAINER= ports@FreeBSD.org COMMENT= Version 3.00 beta API for Dallas Semiconductors 1-wire lan devices NO_WRKSUBDIR= yes -USES= uidfix +USES= uidfix zip .include <bsd.port.mk> diff --git a/comms/rxtx/Makefile b/comms/rxtx/Makefile index 0cbadfaf748b..6e6e01e0f8d5 100644 --- a/comms/rxtx/Makefile +++ b/comms/rxtx/Makefile @@ -12,8 +12,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION:S/p/pre/} MAINTAINER= mirror176@cox.net COMMENT= Native interface to serial ports in Java -USE_ZIP= yes -USE_GMAKE= yes +USES= gmake zip USE_JAVA= yes JAVA_VERSION= 1.6+ JAVA_OS= native |