diff options
Diffstat (limited to 'security/fpc-openssl/Makefile')
-rw-r--r-- | security/fpc-openssl/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/fpc-openssl/Makefile b/security/fpc-openssl/Makefile index 1c7073c228a3..200fd023b91e 100644 --- a/security/fpc-openssl/Makefile +++ b/security/fpc-openssl/Makefile @@ -6,7 +6,8 @@ PKGNAMESUFFIX= -openssl COMMENT= Free Pascal unit for OpenSSL USES= fpc -USE_FPC= rtl-extra +USE_FPC= fcl-async fcl-base fcl-net fcl-passrc fcl-res fcl-xml rtl-extra \ + rtl-objpas MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} |