svn commit: r394556 - head/editors/lazarus
Jose Alonso Cardenas Marquez
acm at FreeBSD.org
Tue Aug 18 04:43:42 UTC 2015
Author: acm
Date: Tue Aug 18 04:43:41 2015
New Revision: 394556
URL: https://svnweb.freebsd.org/changeset/ports/394556
Log:
- Fix build
- Remove USR_FPC_RUN. It is not necessary
Modified:
head/editors/lazarus/Makefile
Modified: head/editors/lazarus/Makefile
==============================================================================
--- head/editors/lazarus/Makefile Tue Aug 18 04:37:05 2015 (r394555)
+++ head/editors/lazarus/Makefile Tue Aug 18 04:43:41 2015 (r394556)
@@ -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}
More information about the svn-ports-all
mailing list