diff options
-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/-//} |