From 85a1ccd47c150a6036ca0ee440d3ebb26fdf1cbf Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Fri, 14 Aug 2015 13:23:58 +0000 Subject: - Fix build by adding missing dependency Approved by: portmgr blanket --- editors/fpc-ide/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index 52f913fa9638..697b253bd81f 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -8,8 +8,8 @@ PKGNAMESUFFIX= -ide MAINTAINER= freebsd-fpc@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 -- cgit