svn commit: r394209 - head/editors/fpc-ide

Dmitry Marakasov amdmi3 at FreeBSD.org
Fri Aug 14 13:23:59 UTC 2015


Author: amdmi3
Date: Fri Aug 14 13:23:58 2015
New Revision: 394209
URL: https://svnweb.freebsd.org/changeset/ports/394209

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

Modified:
  head/editors/fpc-ide/Makefile

Modified: head/editors/fpc-ide/Makefile
==============================================================================
--- head/editors/fpc-ide/Makefile	Fri Aug 14 13:21:50 2015	(r394208)
+++ head/editors/fpc-ide/Makefile	Fri Aug 14 13:23:58 2015	(r394209)
@@ -8,8 +8,8 @@ PKGNAMESUFFIX=	-ide
 MAINTAINER=	freebsd-fpc at FreeBSD.org
 COMMENT=	Free Pascal integrated IDE/compiler
 
-USE_FPC=	chm fcl-async fcl-base fv gdbint graph ibase hash mysql odbc \
-		oracle pasjpeg paszlib pthreads postgres regexpr sqlite
+USE_FPC=	chm fcl-async fcl-base fcl-xml fv gdbint graph ibase hash mysql \
+		odbc oracle pasjpeg paszlib pthreads postgres regexpr sqlite
 
 FPCDIR=		# none
 UNITPREFIX=	# none


More information about the svn-ports-all mailing list