svn commit: r394813 - head/editors/lazarus-lcl-qt

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Wed Aug 19 21:00:48 UTC 2015


Author: acm
Date: Wed Aug 19 21:00:47 2015
New Revision: 394813
URL: https://svnweb.freebsd.org/changeset/ports/394813

Log:
  - Fix build

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

Modified: head/editors/lazarus-lcl-qt/Makefile
==============================================================================
--- head/editors/lazarus-lcl-qt/Makefile	Wed Aug 19 20:42:04 2015	(r394812)
+++ head/editors/lazarus-lcl-qt/Makefile	Wed Aug 19 21:00:47 2015	(r394813)
@@ -1,14 +1,15 @@
 # Created by: Alonso Cardenas Marquez <acm at FreeBSD.org>
 # $FreeBSD$
 
-PORTREVISION=	2
+PORTREVISION=	3
 PKGNAMESUFFIX=	-lcl-qt
 
 COMMENT=	Lazarus components library - QT backend
 
 BUILD_DEPENDS=	${LCL_UNITS_DIR}/alllclunits.ppu:${PORTSDIR}/editors/lazarus-lcl-units
 
-USE_FPC=	x11
+USE_FPC=	fcl-base fcl-db fcl-image fcl-process fcl-registry fcl-res \
+		fcl-xml pasjpeg x11
 
 LCL_INTERFACE=	qt
 


More information about the svn-ports-all mailing list