svn commit: r394238 - head/lang/fpc-utils
Dmitry Marakasov
amdmi3 at FreeBSD.org
Fri Aug 14 16:59:25 UTC 2015
Author: amdmi3
Date: Fri Aug 14 16:59:24 2015
New Revision: 394238
URL: https://svnweb.freebsd.org/changeset/ports/394238
Log:
- Fix build by adding missing depends
PR: 202214
Submitted by: andrey at bsdnir.info
Approved by: portmgr blanket
Modified:
head/lang/fpc-utils/Makefile
Modified: head/lang/fpc-utils/Makefile
==============================================================================
--- head/lang/fpc-utils/Makefile Fri Aug 14 16:58:12 2015 (r394237)
+++ head/lang/fpc-utils/Makefile Fri Aug 14 16:59:24 2015 (r394238)
@@ -8,7 +8,7 @@ PKGNAMESUFFIX= -utils
MAINTAINER= freebsd-fpc at FreeBSD.org
COMMENT= Free Pascal Compiler utils
-USE_FPC= chm fcl-base fcl-net fcl-passrc fcl-process fcl-res fppkg libcurl
+USE_FPC= chm fcl-base fcl-net fcl-passrc fcl-process fcl-res fcl-xml fpmkunit fppkg libcurl paszlib
MASTERDIR= ${.CURDIR}/../../lang/fpc
WRKUNITDIR= ${FPCSRCDIR}/${PKGNAMESUFFIX:S/-//}
More information about the svn-ports-all
mailing list