diff options
Diffstat (limited to 'devel/fpc-fcl-web/Makefile')
-rw-r--r-- | devel/fpc-fcl-web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fpc-fcl-web/Makefile b/devel/fpc-fcl-web/Makefile index 0be5f4072d98..b4db570ce837 100644 --- a/devel/fpc-fcl-web/Makefile +++ b/devel/fpc-fcl-web/Makefile @@ -10,7 +10,7 @@ COMMENT= Free Pascal Component Library 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 + pthreads sqlite fpmkunit MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |