diff options
author | makc <makc@FreeBSD.org> | 2009-05-24 22:36:36 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-05-24 22:36:36 +0800 |
commit | 7ca14474a9585ae53dbc7f1682bf24770c3daa66 (patch) | |
tree | b34d60f82031f170e9e32e9e32fd29c7bc52eb45 /editors | |
parent | 649a19f3545ead2a728120860d5bc30a23a5d421 (diff) | |
download | freebsd-ports-graphics-7ca14474a9585ae53dbc7f1682bf24770c3daa66.tar.gz freebsd-ports-graphics-7ca14474a9585ae53dbc7f1682bf24770c3daa66.tar.zst freebsd-ports-graphics-7ca14474a9585ae53dbc7f1682bf24770c3daa66.zip |
Remove qt4 build tools from run dependencies.
Approved by: maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yzis/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index 7894eb54095..8c5e537671f 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -7,6 +7,7 @@ PORTNAME= yzis PORTVERSION= 1.0.a.1 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= http://labs.freehackers.org/attachments/download/45/ \ http://contribs.martymac.com/FreeBSD-ports/distfiles/ @@ -21,7 +22,7 @@ USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua USE_QT_VER= 4 -QT_COMPONENTS= qtestlib qmake rcc uic moc gui xml +QT_COMPONENTS= qtestlib qmake_build rcc_build uic_build moc_build gui xml USE_PERL5= yes USE_CMAKE= yes |