diff options
author | acm <acm@FreeBSD.org> | 2011-06-25 04:44:43 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2011-06-25 04:44:43 +0800 |
commit | 7457db36c2f3a7c831af5b60811975210a5b68b4 (patch) | |
tree | 5692e71b960311cfc3dc953912b59eab06da7311 /devel | |
parent | 915a3d5c6a05a3ba8b25054da56f45addc75b6ab (diff) | |
download | freebsd-ports-gnome-7457db36c2f3a7c831af5b60811975210a5b68b4.tar.gz freebsd-ports-gnome-7457db36c2f3a7c831af5b60811975210a5b68b4.tar.zst freebsd-ports-gnome-7457db36c2f3a7c831af5b60811975210a5b68b4.zip |
- Add missing dependency
Reported by: pav
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fpc-fcl-web/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile index 998bf0760be6..984ca6a0b5de 100644 --- a/devel/fpc-fcl-web/Makefile +++ b/devel/fpc-fcl-web/Makefile @@ -12,8 +12,9 @@ PKGNAMESUFFIX= -fcl-web MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-process fcl-xml hash httpd13 httpd20 \ - httpd22 ibase mysql odbc oracle paszlib postgres pthreads sqlite +USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-net fcl-process fcl-xml \ + hash httpd13 httpd20 httpd22 ibase mysql odbc oracle paszlib \ + postgres pthreads sqlite MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |