svn commit: r460662 - head/lang/fpc-utils

Jose Alonso Cardenas Marquez acm at FreeBSD.org
Fri Feb 2 03:57:22 UTC 2018


Author: acm
Date: Fri Feb  2 03:57:21 2018
New Revision: 460662
URL: https://svnweb.freebsd.org/changeset/ports/460662

Log:
  - Fix build

Modified:
  head/lang/fpc-utils/Makefile

Modified: head/lang/fpc-utils/Makefile
==============================================================================
--- head/lang/fpc-utils/Makefile	Fri Feb  2 01:44:50 2018	(r460661)
+++ head/lang/fpc-utils/Makefile	Fri Feb  2 03:57:21 2018	(r460662)
@@ -6,8 +6,8 @@ PKGNAMESUFFIX=	-utils
 
 COMMENT=	Free Pascal Compiler utilities
 
-USE_FPC=	chm fcl-base fcl-net fcl-passrc fcl-res fcl-xml fppkg \
-		libcurl fcl-json rtl-extra rtl-objpas openssl fcl-async \
+USE_FPC=	chm fcl-base fcl-fpcunit fcl-net fcl-passrc fcl-res fcl-xml \
+		fppkg libcurl fcl-json rtl-extra rtl-objpas openssl fcl-async \
 		fcl-web fcl-db ibase mysql odbc oracle postgres sqlite \
 		dblib pxlib fastcgi httpd22 httpd24
 


More information about the svn-ports-head mailing list