diff options
author | acm <acm@FreeBSD.org> | 2009-05-20 01:44:57 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-05-20 01:44:57 +0800 |
commit | 4e2bfba728aacb3e2d909d1362bb369559ec91fc (patch) | |
tree | 723c4035e50f95aa2e5e70c415d4d5700063b0e7 /editors/fpc-ide | |
parent | ea2b49ff1bcee527ae5430a293d0cf8da7e875cf (diff) | |
download | freebsd-ports-gnome-4e2bfba728aacb3e2d909d1362bb369559ec91fc.tar.gz freebsd-ports-gnome-4e2bfba728aacb3e2d909d1362bb369559ec91fc.tar.zst freebsd-ports-gnome-4e2bfba728aacb3e2d909d1362bb369559ec91fc.zip |
- Add missing misc/fpc-chm dependency
- Fix build on all FreeBSD versions
Reported by: pointyhat
Diffstat (limited to 'editors/fpc-ide')
-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 |