diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-14 18:13:03 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2015-08-14 18:13:03 +0000 |
commit | 491e764251bd6f864cac4a08c173041c5f7cf562 (patch) | |
tree | e8ecb74a1da79bcf2cc52b5819971c3bd85aac48 /editors/lazarus-lcl-gtk2/Makefile | |
parent | 9e4f45c7c384e26e7fb340e1348696f025c17e4a (diff) |
Notes
Diffstat (limited to 'editors/lazarus-lcl-gtk2/Makefile')
-rw-r--r-- | editors/lazarus-lcl-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/lazarus-lcl-gtk2/Makefile b/editors/lazarus-lcl-gtk2/Makefile index ea9e2c3823a0..c3649c37c6ad 100644 --- a/editors/lazarus-lcl-gtk2/Makefile +++ b/editors/lazarus-lcl-gtk2/Makefile @@ -8,7 +8,7 @@ COMMENT= Lazarus components library - GTK2 backend BUILD_DEPENDS= ${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units -USE_FPC= x11 gtk2 +USE_FPC= cairo gtk2 x11 USE_FPC_RUN= yes LCL_INTERFACE= gtk2 |