diff options
-rw-r--r-- | editors/fpc-ide/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/fpc-ide/Makefile b/editors/fpc-ide/Makefile index f29e720897fb..cc40c85f65c8 100644 --- a/editors/fpc-ide/Makefile +++ b/editors/fpc-ide/Makefile @@ -12,8 +12,8 @@ PKGNAMESUFFIX= -ide MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal integrated IDE/compiler -USE_FPC= fcl-async gdbint graph ibase hash mysql odbc oracle pasjpeg \ - paszlib pthreads postgres regexpr sqlite fcl-base fv +USE_FPC= chm fcl-async fcl-base fv gdbint graph ibase hash mysql odbc \ + oracle pasjpeg paszlib pthreads postgres regexpr sqlite UNITPREFIX= # none MASTERDIR= ${.CURDIR}/../../lang/fpc |