mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
644e2fda25
The installer encountered the following error: Could not find unit directory for dependency package "tplylib" required for package "fcl-res" gmake[1]: *** [Makefile:2469: release] Error 1 gmake[1]: Leaving directory '/usr/ports/lang/fpc-utils/work/fpc-3.2.2/utils'
22 lines
633 B
Makefile
22 lines
633 B
Makefile
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 \
|
|
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"
|