svn commit: r394553 - head/editors/lazarus-lcl-gtk2

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Tue Aug 18 04:22:00 UTC 2015


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 at 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
 


More information about the svn-ports-all mailing list