diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-18 04:43:41 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2015-08-18 04:43:41 +0000 |
commit | 43e7e2afa7abbb6580cdfbf7a6df918c27c9bd56 (patch) | |
tree | 3086062ba857d3d4c55ed362ee826491ca2f36e8 /editors/lazarus/Makefile | |
parent | 1949eff8f4d1b3fe32227086786fbd7b68e2d05b (diff) |
Notes
Diffstat (limited to 'editors/lazarus/Makefile')
-rw-r--r-- | editors/lazarus/Makefile | 8 |
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} |