diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-19 17:44:57 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-19 17:44:57 +0000 |
commit | 74783cba446b9705cf8e674a71e06d8e232faf21 (patch) | |
tree | f2a57f92973cedc5345b2040c121f828aae74c9a /editors/fpc-ide/Makefile | |
parent | - Update to 3.3.rc3 (diff) |
- Add missing misc/fpc-chm dependency
- Fix build on all FreeBSD versions
Reported by: pointyhat
Diffstat (limited to 'editors/fpc-ide/Makefile')
-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 |