diff --git a/lang/fpc-utils/Makefile b/lang/fpc-utils/Makefile index c3e41095e8fc..6e7eb3493d03 100644 --- a/lang/fpc-utils/Makefile +++ b/lang/fpc-utils/Makefile @@ -1,21 +1,21 @@ CATEGORIES= lang PKGNAMESUFFIX= -utils COMMENT= Free Pascal Compiler utilities USES= fpc USE_FPC= chm dblib fastcgi fcl-async fcl-base fcl-db fcl-fpcunit fcl-js \ fcl-net fcl-passrc fcl-res fcl-xml fcl-web fcl-json fppkg \ httpd22 httpd24 ibase libcurl libmicrohttpd mysql odbc openssl \ oracle pastojs postgres pxlib rtl-extra rtl-generics rtl-objpas \ - sqlite webidl + tplylib sqlite webidl MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/utils EXTRACTUNITDIR= ${WRKUNITDIR} ${FPCSRCDIR}/rtl post-install: ${RM} ${STAGEDIR}${PREFIX}/bin/fpcmake ${RM} ${STAGEDIR}${PREFIX}/bin/fpcmkcfg .include "${MASTERDIR}/Makefile"