Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Aug 2015 04:21:59 +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: r394553 - head/editors/lazarus-lcl-gtk2
Message-ID:  <201508180421.t7I4LxIa012406@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Tue Aug 18 04:21:59 2015
New Revision: 394553
URL: https://svnweb.freebsd.org/changeset/ports/394553

Log:
  - Fix build

Modified:
  head/editors/lazarus-lcl-gtk2/Makefile

Modified: head/editors/lazarus-lcl-gtk2/Makefile
==============================================================================
--- head/editors/lazarus-lcl-gtk2/Makefile	Tue Aug 18 03:58:36 2015	(r394552)
+++ head/editors/lazarus-lcl-gtk2/Makefile	Tue Aug 18 04:21:59 2015	(r394553)
@@ -1,15 +1,15 @@
 # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	1
+PORTREVISION=	2
 PKGNAMESUFFIX=	-lcl-gtk2
 
 COMMENT=	Lazarus components library - GTK2 backend
 
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
 
-USE_FPC=	cairo gtk2 x11
-USE_FPC_RUN=	yes
+USE_FPC=	cairo fcl-base fcl-db fcl-image fcl-process fcl-res fcl-registry \
+		fcl-xml gtk2 pasjpeg x11
 
 LCL_INTERFACE=	gtk2
 



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