diff options
Diffstat (limited to 'www/fpc-googleapi/Makefile')
-rw-r--r-- | www/fpc-googleapi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/fpc-googleapi/Makefile b/www/fpc-googleapi/Makefile index f42613cdc7f7..47581199f709 100644 --- a/www/fpc-googleapi/Makefile +++ b/www/fpc-googleapi/Makefile @@ -1,6 +1,5 @@ # $FreeBSD$ -PORTREVISION= 6 CATEGORIES= www lang PKGNAMESUFFIX= -googleapi @@ -9,7 +8,7 @@ COMMENT= Free Pascal googleapi unit USES= fpc USE_FPC= dblib fastcgi fcl-async fcl-base fcl-db fcl-json fcl-fpcunit \ fcl-net fcl-passrc fcl-res fcl-web fcl-xml httpd22 httpd24 \ - ibase mysql postgres pxlib odbc openssl oracle rtl-extra \ + ibase libmicrohttpd mysql postgres pxlib odbc openssl oracle rtl-extra \ rtl-objpas sqlite MASTERDIR= ${.CURDIR}/../../lang/fpc |