diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-11 02:09:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-11 02:09:41 +0800 |
commit | f52758f5c7661281ecc10b12394857fecde0ffe9 (patch) | |
tree | d1cd21a66acffb178a14475bd0cf5ae6aa61f29e /x11-toolkits | |
parent | 9956ff535de2801ced724e7645e801c855af7af5 (diff) | |
download | freebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.tar.gz freebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.tar.zst freebsd-ports-gnome-f52758f5c7661281ecc10b12394857fecde0ffe9.zip |
Convert x* to USES=zip
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/bwidget/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/irrlicht/Makefile | 5 | ||||
-rw-r--r-- | x11-toolkits/mygui/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-tktreectrl/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/skinlf/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/swt-devel/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/swt/Makefile | 3 |
7 files changed, 8 insertions, 14 deletions
diff --git a/x11-toolkits/bwidget/Makefile b/x11-toolkits/bwidget/Makefile index 89c1e70bb178..57141e0f32f7 100644 --- a/x11-toolkits/bwidget/Makefile +++ b/x11-toolkits/bwidget/Makefile @@ -14,8 +14,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE.txt OPTIONS_DEFINE= DOCS -USES= tk:run -USE_ZIP= yes +USES= tk:run zip NO_BUILD= yes PORTDOCS= * diff --git a/x11-toolkits/irrlicht/Makefile b/x11-toolkits/irrlicht/Makefile index 16eec87c9ef4..0820736bf8e5 100644 --- a/x11-toolkits/irrlicht/Makefile +++ b/x11-toolkits/irrlicht/Makefile @@ -12,9 +12,8 @@ COMMENT= High performance realtime 3D engine LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/jpeg \ png15:${PORTSDIR}/graphics/png -USE_ZIP= yes -USE_DOS2UNIX= Makefile *.cpp *.h *.txt -USES= gmake +DOS2UNIX_GLOB= Makefile *.cpp *.h *.txt +USES= dos2unix gmake zip USE_GL= yes USE_LDCONFIG= yes CFLAGS+= -I${LOCALBASE}/include/libpng15 diff --git a/x11-toolkits/mygui/Makefile b/x11-toolkits/mygui/Makefile index 25abc807df14..aa3d2bce0113 100644 --- a/x11-toolkits/mygui/Makefile +++ b/x11-toolkits/mygui/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= libfreetype.so:${PORTSDIR}/print/freetype2 \ libOgreMain.so:${PORTSDIR}/graphics/ogre3d \ libOIS.so:${PORTSDIR}/devel/ois -USE_ZIP= yes -USES= cmake pkgconfig +USES= cmake pkgconfig zip CMAKE_ARGS= -DMYGUI_BUILD_DEMOS=OFF -DMYGUI_BUILD_DOCS=OFF USE_LDCONFIG= yes USE_GCC= yes diff --git a/x11-toolkits/py-tktreectrl/Makefile b/x11-toolkits/py-tktreectrl/Makefile index c8280952a758..f776d00faed7 100644 --- a/x11-toolkits/py-tktreectrl/Makefile +++ b/x11-toolkits/py-tktreectrl/Makefile @@ -15,8 +15,7 @@ LIB_DEPENDS= libtreectrl.so.1:${PORTSDIR}/x11-toolkits/tktreectrl RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}tkinter>0:${PORTSDIR}/x11-toolkits/py-tkinter \ ${PYTHON_SITELIBDIR}/Pmw/__init__.py:${PORTSDIR}/x11-toolkits/py-Pmw -USES= tk:run -USE_ZIP= yes +USES= tk:run zip USE_PYTHON= yes USE_PYDISTUTILS=yes PYDISTUTILS_PKGNAME= TkinterTreectrl diff --git a/x11-toolkits/skinlf/Makefile b/x11-toolkits/skinlf/Makefile index 2d9b06bf65d6..8870092e6586 100644 --- a/x11-toolkits/skinlf/Makefile +++ b/x11-toolkits/skinlf/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/LICENSE WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_ZIP= yes +USES= zip USE_JAVA= yes JAR_NAME= ${PORTNAME}.jar diff --git a/x11-toolkits/swt-devel/Makefile b/x11-toolkits/swt-devel/Makefile index d127827b79fe..286ab06c3afe 100644 --- a/x11-toolkits/swt-devel/Makefile +++ b/x11-toolkits/swt-devel/Makefile @@ -21,9 +21,8 @@ ONLY_FOR_ARCHS= i386 amd64 powerpc SWT_VERSION= 3738 OUTPUT_JAR= ${PORTNAME}${PKGNAMESUFFIX}.jar -USE_ZIP= yes USE_GL= yes -USES= pkgconfig +USES= pkgconfig zip USE_GNOME= gtk20 USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/x11-toolkits/swt/Makefile b/x11-toolkits/swt/Makefile index fe8bc76669ae..c1409aed473f 100644 --- a/x11-toolkits/swt/Makefile +++ b/x11-toolkits/swt/Makefile @@ -22,9 +22,8 @@ CONFLICTS= swt-3.1* SWT_VERSION= 3557 OUTPUT_JAR= swt.jar -USE_ZIP= yes USE_GL= yes -USES= pkgconfig +USES= pkgconfig zip USE_GNOME= gtk20 USE_JAVA= yes JAVA_VERSION= 1.6+ |