diff options
author | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-09-05 10:05:29 +0000 |
---|---|---|
committer | Ganael LAPLANCHE <martymac@FreeBSD.org> | 2018-09-05 10:05:29 +0000 |
commit | b1e378eade57987a5a9a5c906322f69b7b7b4f2c (patch) | |
tree | 405068109a97d918604b2a693cc412458636caad /editors/yzis | |
parent | a6c3a53dc4d19e026f955fdab8f46d580e2ac128 (diff) | |
download | ports-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.tar.gz ports-b1e378eade57987a5a9a5c906322f69b7b7b4f2c.zip |
Notes
Diffstat (limited to 'editors/yzis')
-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 6bc99be5c9c6..e42e2bbe4962 100644 --- a/editors/yzis/Makefile +++ b/editors/yzis/Makefile @@ -17,7 +17,7 @@ LICENSE_COMB= multi LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LGPL -USES= qt:4 tar:bzip2 cmake gettext perl5 lua:51 +USES= qt:4 tar:bzip2 cmake gettext gnome perl5 lua:51 USE_XORG= x11 xext ice USE_QT= corelib qtestlib qmake_build rcc_build uic_build moc_build gui xml CMAKE_ARGS+= -DLOCALBASE:STRING="${LOCALBASE}" \ |