diff options
Diffstat (limited to 'devel/fpc-fcl-web/Makefile')
-rw-r--r-- | devel/fpc-fcl-web/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile index 7a4a7e39ed9e..f0d7f80424ed 100644 --- a/devel/fpc-fcl-web/Makefile +++ b/devel/fpc-fcl-web/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 7 CATEGORIES= devel lang PKGNAMESUFFIX= -fcl-web @@ -8,8 +7,9 @@ COMMENT= Free Pascal web application libary (FCL) USES= fpc USE_FPC= dblib fcl-async fcl-base fcl-db fcl-xml fcl-json fcl-net \ - fcl-fpcunit fcl-passrc fastcgi httpd22 httpd24 ibase mysql \ - odbc openssl oracle postgres pxlib rtl-extra sqlite + fcl-fpcunit fcl-passrc fastcgi httpd22 httpd24 ibase \ + libmicrohttpd mysql odbc openssl oracle postgres pxlib \ + rtl-extra sqlite MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |