diff options
author | bapt <bapt@FreeBSD.org> | 2014-03-08 00:55:01 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-03-08 00:55:01 +0800 |
commit | 64f1911c14e34342f05d0a56b7e3f7d4aab22005 (patch) | |
tree | 0a5d6994fe710d875e5b7b9dff797792a272fd86 /editors | |
parent | 822bc33bf1ababf32638b6d24594884469c68e5d (diff) | |
download | freebsd-ports-gnome-64f1911c14e34342f05d0a56b7e3f7d4aab22005.tar.gz freebsd-ports-gnome-64f1911c14e34342f05d0a56b7e3f7d4aab22005.tar.zst freebsd-ports-gnome-64f1911c14e34342f05d0a56b7e3f7d4aab22005.zip |
Convert e* to USES=zip
Diffstat (limited to 'editors')
-rw-r--r-- | editors/fte/Makefile | 3 | ||||
-rw-r--r-- | editors/omegaT/Makefile | 2 | ||||
-rw-r--r-- | editors/treeform/Makefile | 2 | ||||
-rw-r--r-- | editors/uemacs/Makefile | 2 |
4 files changed, 4 insertions, 5 deletions
diff --git a/editors/fte/Makefile b/editors/fte/Makefile index cbd27167696d..20abb125a768 100644 --- a/editors/fte/Makefile +++ b/editors/fte/Makefile @@ -16,8 +16,7 @@ COMMENT= A full-featured text editor for X11 WRKSRC= ${WRKDIR}/fte USE_XORG= x11 xpm -USE_ZIP= yes -USES= perl5 +USES= perl5 zip USE_PERL5= build NO_STAGE= yes diff --git a/editors/omegaT/Makefile b/editors/omegaT/Makefile index 5679e16ddfd6..b61cec30a8b3 100644 --- a/editors/omegaT/Makefile +++ b/editors/omegaT/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2 BUILD_DEPENDS= ant:${PORTSDIR}/devel/apache-ant RUN_DEPENDS= java:${PORTSDIR}/java/javavmwrapper -USE_ZIP= yes +USES= zip USE_ANT= yes USE_JAVA= yes JAVA_VENDOR=openjdk diff --git a/editors/treeform/Makefile b/editors/treeform/Makefile index d126a145c788..cb464e3a971c 100644 --- a/editors/treeform/Makefile +++ b/editors/treeform/Makefile @@ -10,7 +10,7 @@ DISTNAME= TreeForm_1_0_3 MAINTAINER= buganini@gmail.com COMMENT= A Linguistic Syntax/Semantics tree drawing editor -USE_ZIP= yes +USES= zip NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.6+ diff --git a/editors/uemacs/Makefile b/editors/uemacs/Makefile index 47def926c90c..f5c109f49f3f 100644 --- a/editors/uemacs/Makefile +++ b/editors/uemacs/Makefile @@ -14,7 +14,7 @@ NO_CDROM= Resale allowed for media cost only NO_STAGE= yes NO_WRKSUBDIR= yes -USE_ZIP= yes +USES= zip:infozip EXTRACT_BEFORE_ARGS= -Laq post-patch: |