diff options
author | acm <acm@FreeBSD.org> | 2010-08-21 08:35:52 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2010-08-21 08:35:52 +0800 |
commit | 58d613a0a9a2a09169feb19871a8eefcbe1a654f (patch) | |
tree | 0132bb5d7fd6a5a2f295f9aa8b00d01c7fb889e2 /lang | |
parent | 9a1c497e382f3146157c2b98622c92b06504739d (diff) | |
download | freebsd-ports-gnome-58d613a0a9a2a09169feb19871a8eefcbe1a654f.tar.gz freebsd-ports-gnome-58d613a0a9a2a09169feb19871a8eefcbe1a654f.tar.zst freebsd-ports-gnome-58d613a0a9a2a09169feb19871a8eefcbe1a654f.zip |
- Add missing dependency
Reported by: pav
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 |