aboutsummaryrefslogtreecommitdiff
path: root/editors/lazarus
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-09 23:26:37 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-09 23:26:37 +0000
commit6dfbf599f76fa1cda4a261e79479ba23e563b555 (patch)
tree72e85c7d74d5fb81d895b8b5091462533ebbdc16 /editors/lazarus
parent86a32507a18040e40ab848b390aa5137c7f21107 (diff)
downloadports-6dfbf599f76fa1cda4a261e79479ba23e563b555.tar.gz
ports-6dfbf599f76fa1cda4a261e79479ba23e563b555.zip
- Fix build of lazarus-qt
- Clean up
Notes
Notes: svn path=/head/; revision=393834
Diffstat (limited to 'editors/lazarus')
-rw-r--r--editors/lazarus/Makefile7
-rw-r--r--editors/lazarus/files/pkg-message.in5
2 files changed, 5 insertions, 7 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index bce2ab0d52b1..db09b0bd9fb4 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -4,7 +4,7 @@
PORTNAME= lazarus
PORTVERSION= 1.4.2
DISTVERSIONSUFFIX= -0
-PORTREVISION?= 0
+PORTREVISION?= 1
CATEGORIES= editors devel
MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \
LOCAL/acm/freepascal
@@ -20,8 +20,8 @@ ONLY_FOR_ARCHS= i386 amd64
USES= gmake
USE_GNOME= #
-USE_FPC?= fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \
- fcl-res fcl-xml iconvenc numlib pasjpeg x11
+USE_FPC?= cairo fcl-base fcl-db fcl-fpcunit fcl-image fcl-process fcl-registry \
+ fcl-res fcl-xml gtk2 iconvenc numlib pasjpeg x11
USE_FPC_RUN= yes
OPT?= "-Sgic "
@@ -72,7 +72,6 @@ RUN_DEPENDS+= ${LOCALBASE}/bin/gdb:${PORTSDIR}/devel/gdb
.endif
.if ${PORT_OPTIONS:MGTK2}
-USE_FPC+= gtk2
USE_GNOME= gtk20 gdkpixbuf
LCL_PLATFORM= gtk2
BUILD_DEPENDS+= ${LCL_UNITS_DIR}/${LCL_PLATFORM}/interfaces.ppu:${PORTSDIR}/editors/lazarus-lcl-gtk2
diff --git a/editors/lazarus/files/pkg-message.in b/editors/lazarus/files/pkg-message.in
index 859105e8062f..83851ddfb282 100644
--- a/editors/lazarus/files/pkg-message.in
+++ b/editors/lazarus/files/pkg-message.in
@@ -16,7 +16,7 @@ The Lazarus RAD was installed
It could be extracted to your home directory.
-4) You can use %%LOCALBASE%%/bin/gdb771 debugger instead of gdb installed deugger
+4) You can use %%LOCALBASE%%/bin/gdb debugger instead of gdb installed debugger
installed from base system. Lazarus works better with this version.
5) The lazbuild.cfg file has been removed, it is not necessary anymore. Now
@@ -25,11 +25,10 @@ The Lazarus RAD was installed
by default:
editors/lazarus-lcl-nogui
- editors/lazarus-lcl-gtk
editors/lazarus-lcl-gtk2
editors/lazarus-lcl-qt
- You can added those ports if you want support for nogui, gtk, gtk2 or qt
+ You can added those ports if you want support for nogui, gtk2 or qt
interfaces. Please look at net-p2p/transmission-remote-gui like a example of
how use it