Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Feb 2018 05:35:20 +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: r460667 - head/devel/fpc-fcl-pdf
Message-ID:  <201802020535.w125ZK2B032636@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: acm
Date: Fri Feb  2 05:35:20 2018
New Revision: 460667
URL: https://svnweb.freebsd.org/changeset/ports/460667

Log:
  - Fix build

Modified:
  head/devel/fpc-fcl-pdf/Makefile

Modified: head/devel/fpc-fcl-pdf/Makefile
==============================================================================
--- head/devel/fpc-fcl-pdf/Makefile	Fri Feb  2 05:25:08 2018	(r460666)
+++ head/devel/fpc-fcl-pdf/Makefile	Fri Feb  2 05:35:20 2018	(r460667)
@@ -5,7 +5,7 @@ PKGNAMESUFFIX=	-fcl-pdf
 
 COMMENT=	Free Pascal pdf (FCL)
 
-USE_FPC=	fcl-base fcl-image fcl-res pasjpeg rtl-objpas
+USE_FPC=	fcl-base fcl-image fcl-res fcl-xml pasjpeg rtl-objpas
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}



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