svn commit: r460667 - head/devel/fpc-fcl-pdf

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Fri Feb 2 05:35:21 UTC 2018


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/-//}


More information about the svn-ports-head mailing list