diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-14 20:59:20 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-03-14 20:59:20 +0000 |
commit | a19b165d3b6a844987360047cffc9a307de8b46f (patch) | |
tree | 55f1435ef55f0c3e2d1e07a32af7a1b9815aee01 /editors/yzis | |
parent | 944a497d96820fc6f2f383fd943a38a5ed6f1476 (diff) | |
download | ports-a19b165d3b6a844987360047cffc9a307de8b46f.tar.gz ports-a19b165d3b6a844987360047cffc9a307de8b46f.zip |
Notes
Diffstat (limited to 'editors/yzis')
-rw-r--r-- | editors/yzis/Makefile | 6 |
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}" \ |