diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-08-21 00:35:52 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2010-08-21 00:35:52 +0000 |
commit | 40bb182b9cd2138ccc896f5563496f708af49249 (patch) | |
tree | fa88666a5759ee7f6e25b4650f1ead28df3dbf7d /lang | |
parent | 3e5c3fadd5fa236336bc523e2907c54e1aca10fc (diff) |
- Add missing dependency
Reported by: pav
Notes
Notes:
svn path=/head/; revision=259663
Diffstat (limited to 'lang')
-rw-r--r-- | lang/fpc-utils/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/fpc-utils/Makefile b/lang/fpc-utils/Makefile index 155ac9bc997b..b7ef11726a52 100644 --- a/lang/fpc-utils/Makefile +++ b/lang/fpc-utils/Makefile @@ -12,7 +12,7 @@ PKGNAMESUFFIX= -utils MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Compiler utils -USE_FPC= chm fcl-async fcl-base fcl-net fcl-passrc fcl-process fcl-xml gdbint \ +USE_FPC= chm fcl-async fcl-base fcl-net fcl-passrc fcl-process fcl-res fcl-xml gdbint \ graph ibase libcurl hash mysql oracle pasjpeg paszlib pthreads \ postgres regexpr sqlite |