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