diff options
author | pav <pav@FreeBSD.org> | 2009-04-30 21:42:10 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2009-04-30 21:42:10 +0800 |
commit | 12569ba37d31f457a06226486f4116c5481a7c99 (patch) | |
tree | 4aa07e934d405247cc3bdd2d35b22a5e141e9b34 /editors | |
parent | 7939cd4bb3f65e5faa29345c8d9fc5c400e36cb3 (diff) | |
download | freebsd-ports-gnome-12569ba37d31f457a06226486f4116c5481a7c99.tar.gz freebsd-ports-gnome-12569ba37d31f457a06226486f4116c5481a7c99.tar.zst freebsd-ports-gnome-12569ba37d31f457a06226486f4116c5481a7c99.zip |
- Fix build for !doc scenario
Reported by: QAT
Diffstat (limited to 'editors')
-rw-r--r-- | editors/yzis/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/yzis/Makefile b/editors/yzis/Makefile index 0ac17b401dff..7894eb540952 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -21,7 +21,7 @@ USE_XORG= x11 xext ice USE_LUA= 5.1 LUA_COMPS= lua USE_QT_VER= 4 -QT_COMPONENTS= qtestlib qmake rcc uic moc +QT_COMPONENTS= qtestlib qmake rcc uic moc gui xml USE_PERL5= yes USE_CMAKE= yes |