diff options
Diffstat (limited to 'devel/fpc-fcl-web/Makefile')
-rw-r--r-- | devel/fpc-fcl-web/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile index b4db570ce837..318fa57cee6f 100644 --- a/devel/fpc-fcl-web/Makefile +++ b/devel/fpc-fcl-web/Makefile @@ -1,21 +1,18 @@ # Created by: Alonso Cardenas Marquez <acm@FreeBSD.org> # $FreeBSD$ -PORTREVISION= 1 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-web MAINTAINER= freebsd-fpc@FreeBSD.org -COMMENT= Free Pascal Component Library +COMMENT= Free Pascal web application libary (FCL) -USE_FPC= fastcgi fcl-async fcl-base fcl-db fcl-json fcl-net fcl-process \ - fcl-xml hash httpd22 httpd24 ibase mysql odbc oracle paszlib postgres \ - pthreads sqlite fpmkunit +USE_FPC= dblib fcl-async fcl-base fcl-db fcl-xml fcl-json fcl-net \ + fcl-passrc fastcgi httpd22 httpd24 ibase mysql odbc openssl \ + oracle postgres pxlib rtl-extra sqlite MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} EXTRACTUNITDIR= ${WRKUNITDIR} -OPT= -Fuunits/${BUILDNAME} -Fu../units/${BUILDNAME} -Fu../* \ - -Fu../../units/${BUILDNAME} -Fu../../../units/${BUILDNAME} .include "${MASTERDIR}/Makefile" |