Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 04:43:41 +0000 (UTC)
From:      Jose Alonso Cardenas Marquez <acm@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r394556 - head/editors/lazarus
Message-ID:  <201508180443.t7I4hf0e020878@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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}



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201508180443.t7I4hf0e020878>