aboutsummaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-18 04:43:41 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2015-08-18 04:43:41 +0000
commit43e7e2afa7abbb6580cdfbf7a6df918c27c9bd56 (patch)
tree3086062ba857d3d4c55ed362ee826491ca2f36e8 /editors
parent1949eff8f4d1b3fe32227086786fbd7b68e2d05b (diff)
downloadports-43e7e2afa7abbb6580cdfbf7a6df918c27c9bd56.tar.gz
ports-43e7e2afa7abbb6580cdfbf7a6df918c27c9bd56.zip
- Fix build
- Remove USR_FPC_RUN. It is not necessary
Notes
Notes: svn path=/head/; revision=394556
Diffstat (limited to 'editors')
-rw-r--r--editors/lazarus/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/editors/lazarus/Makefile b/editors/lazarus/Makefile
index a95e9c1268c4..84f4c8ebfdd0 100644
--- a/editors/lazarus/Makefile
+++ b/editors/lazarus/Makefile
@@ -4,7 +4,7 @@
PORTNAME= lazarus
PORTVERSION= 1.4.2
DISTVERSIONSUFFIX= -0
-PORTREVISION?= 1
+PORTREVISION?= 2
CATEGORIES= editors devel
MASTER_SITES= SF/${PORTNAME}/Lazarus%20Zip%20_%20GZip/Lazarus%20${PORTVERSION:S/.0//} \
LOCAL/acm/freepascal
@@ -20,9 +20,9 @@ ONLY_FOR_ARCHS= i386 amd64
USES= gmake
USE_GNOME= #
-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
+USE_FPC?= cairo dblib fcl-base fcl-db fcl-fpcunit fcl-image fcl-json fcl-process \
+ fcl-registry fcl-res fcl-xml gtk2 ibase iconvenc mysql numlib odbc oracle \
+ pasjpeg postgres sqlite x11
OPT?= "-Sgic "
MAKE_ENV= OPT=${OPT}