diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-15 02:13:03 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-08-15 02:13:03 +0800 |
commit | a97ddd7cd8c68d1f8ca33ad9299d0491cddec112 (patch) | |
tree | e8ecb74a1da79bcf2cc52b5819971c3bd85aac48 /editors/lazarus-lcl-gtk2 | |
parent | a1e443dc4a828ff9d48ebce7eeeaeed03f511af4 (diff) | |
download | freebsd-ports-gnome-a97ddd7cd8c68d1f8ca33ad9299d0491cddec112.tar.gz freebsd-ports-gnome-a97ddd7cd8c68d1f8ca33ad9299d0491cddec112.tar.zst freebsd-ports-gnome-a97ddd7cd8c68d1f8ca33ad9299d0491cddec112.zip |
- Fix build by adding missing depend
PR: 202214
Submitted by: andrey@bsdnir.info
Approved by: portmgr blanket
Diffstat (limited to 'editors/lazarus-lcl-gtk2')
-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 |