diff options
Diffstat (limited to 'devel/fpc-fcl-web/Makefile')
-rw-r--r-- | devel/fpc-fcl-web/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile index 42bc9bb85dd6..ba1f7f53ef44 100644 --- a/devel/fpc-fcl-web/Makefile +++ b/devel/fpc-fcl-web/Makefile @@ -12,8 +12,8 @@ PKGNAMESUFFIX= -fcl-web MAINTAINER= acm@FreeBSD.org COMMENT= Free Pascal Component Library -USE_FPC= fcl-async fcl-base fcl-db fcl-process fcl-xml hash ibase mysql odbc \ - oracle paszlib postgres pthreads sqlite +USE_FPC= fcl-async fcl-base fcl-db 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/-//} |