summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorTijl Coosemans <tijl@FreeBSD.org>2014-03-14 20:59:20 +0000
committerTijl Coosemans <tijl@FreeBSD.org>2014-03-14 20:59:20 +0000
commita19b165d3b6a844987360047cffc9a307de8b46f (patch)
tree55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /editors
parent- Change master site (diff)
Fix double occurences of USES=
Notes
Notes: svn path=/head/; revision=348280
Diffstat (limited to 'editors')
-rw-r--r--editors/yzis/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile
index cdc07b05f5a8..6586fe774f4c 100644
--- a/editors/yzis/Makefile
+++ b/editors/yzis/Makefile
@@ -3,7 +3,7 @@
PORTNAME= yzis
PORTVERSION= 1.0.a.1
-PORTREVISION= 10
+PORTREVISION= 11
CATEGORIES= editors
MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \
http://contribs.martymac.org/FreeBSD-ports/distfiles/
@@ -15,14 +15,12 @@ COMMENT= Vi-like editor
LICENSE= GPLv2 LGPL21
LICENSE_COMB= multi
+USES= cmake gettext perl5
USE_BZIP2= yes
USE_XORG= x11 xext ice
USE_LUA= 5.1
LUA_COMPS= lua
USE_QT4= qtestlib qmake_build rcc_build uic_build moc_build gui xml
-USES= perl5
-
-USES= cmake gettext
CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \
-DLUA_INCDIR:STRING="${LUA_INCDIR}" \
-DLUA_LIBDIR:STRING="${LUA_LIBDIR}" \