svn commit: r394059 - head/devel/fpc-fcl-web

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 13 11:14:39 UTC 2015


Author: amdmi3
Date: Thu Aug 13 11:14:38 2015
New Revision: 394059
URL: https://svnweb.freebsd.org/changeset/ports/394059

Log:
  - Fix build by adding missing dependency
  
  Approved by:	portmgr blanket

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

Modified: head/devel/fpc-fcl-web/Makefile
==============================================================================
--- head/devel/fpc-fcl-web/Makefile	Thu Aug 13 11:09:33 2015	(r394058)
+++ head/devel/fpc-fcl-web/Makefile	Thu Aug 13 11:14:38 2015	(r394059)
@@ -10,7 +10,7 @@ COMMENT=	Free Pascal Component Library
 
 USE_FPC=	fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net fcl-process \
 		fcl-xml hash httpd22 httpd24 ibase mysql odbc oracle paszlib postgres \
-		pthreads sqlite
+		pthreads sqlite fpmkunit
 
 MASTERDIR=	${.CURDIR}/../../lang/fpc
 WRKUNITDIR=	${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}


More information about the svn-ports-head mailing list