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 /cad | |
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 'cad')
-rw-r--r-- | cad/feappv/Makefile | 3 | ||||
-rw-r--r-- | cad/impact/Makefile | 2 | ||||
-rw-r--r-- | cad/kicad/Makefile | 3 | ||||
-rw-r--r-- | cad/layouteditor/Makefile | 3 | ||||
-rw-r--r-- | cad/ldraw/Makefile | 3 | ||||
-rw-r--r-- | cad/sweethome3d/Makefile | 2 |
6 files changed, 6 insertions, 10 deletions
diff --git a/cad/feappv/Makefile b/cad/feappv/Makefile index a06f70e6fc4a..ec9527424f66 100644 --- a/cad/feappv/Makefile +++ b/cad/feappv/Makefile @@ -13,8 +13,7 @@ EXTRACT_ONLY= ${PORTNAME}${PORTVERSION:S/.//}${EXTRACT_SUFX} MAINTAINER= mexas@bris.ac.uk COMMENT= Finite element analysis program (personal version) -USES= fortran gmake -USE_ZIP= yes +USES= fortran gmake zip USE_XORG= x11 MAKEFILE= makefile MAKE_ENV= FEAPPVHOME3_1="${WRKSRC}" diff --git a/cad/impact/Makefile b/cad/impact/Makefile index 23c2cf99fd2b..98ea2c9d1f30 100644 --- a/cad/impact/Makefile +++ b/cad/impact/Makefile @@ -22,7 +22,7 @@ RUN_DEPENDS= java3d>0:${PORTSDIR}/java/java3d WRKSRC= ${WRKDIR}/Impact -USE_ZIP= yes +USES= zip USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes diff --git a/cad/kicad/Makefile b/cad/kicad/Makefile index e80514c95688..746b7f8c5d6c 100644 --- a/cad/kicad/Makefile +++ b/cad/kicad/Makefile @@ -11,7 +11,6 @@ MASTER_SITES= ftp://iut-tice.ujf-grenoble.fr/cao/ \ DISTFILES= ${SFNAME}-stable${EXTRACT_SUFX} \ ${DFNAME}.tgz EXTRACT_ONLY= ${SFNAME}-stable${EXTRACT_SUFX} -EXTRACT_SUFX= .zip MAINTAINER= thierry@FreeBSD.org COMMENT= Schematic and PCB editing software @@ -23,7 +22,7 @@ CONFLICTS= kicad-devel* WRKSRC= ${WRKDIR}/kicad -USES= cmake dos2unix desktop-file-utils shared-mime-info +USES= cmake dos2unix desktop-file-utils shared-mime-info zip DOS2UNIX_GLOB= *.cmake USE_GL= yes USE_WX= 2.8 diff --git a/cad/layouteditor/Makefile b/cad/layouteditor/Makefile index b0c147a8151e..73171a897dff 100644 --- a/cad/layouteditor/Makefile +++ b/cad/layouteditor/Makefile @@ -14,10 +14,9 @@ COMMENT= IC/MEMS layout editor LIB_DEPENDS= libttf.so:${PORTSDIR}/print/freetype -USES= qmake +USES= qmake zip USE_QT4= corelib gui network moc_build sql uic_build \ rcc_build qt3support xml -USE_ZIP= yes WRKSRC= ${WRKDIR}/layout PLIST_FILES= bin/layout diff --git a/cad/ldraw/Makefile b/cad/ldraw/Makefile index cbfae892ffc7..691302d7481c 100644 --- a/cad/ldraw/Makefile +++ b/cad/ldraw/Makefile @@ -20,8 +20,7 @@ LICENSE_PERMS_CCbyNCSA2=dist-mirror pkg-mirror auto-accept WRKSRC= ${WRKDIR}/${PORTNAME} -USE_ZIP= yes -USES= dos2unix gmake +USES= dos2unix gmake zip DOS2UNIX_GLOB= *.h makefile mklist.c *.txt *.dat PORTDOCS= Readme.txt diff --git a/cad/sweethome3d/Makefile b/cad/sweethome3d/Makefile index 52bee67eee75..ba8be86b0aab 100644 --- a/cad/sweethome3d/Makefile +++ b/cad/sweethome3d/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= java3d>=0:${PORTSDIR}/java/java3d RUN_DEPENDS= java3d>=0:${PORTSDIR}/java/java3d -USE_ZIP= yes +USES= zip USE_ANT= yes USE_JAVA= yes JAVA_VERSION= 1.6+ |