aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-01 03:06:25 +0000
committerJan Beich <jbeich@FreeBSD.org>2021-08-01 03:07:24 +0000
commit644e2fda25065f90ee0b2caac568293ab2596ca4 (patch)
tree41f275cbfb93c89fa499ed12aed72a0d596bfd02
parent42cfc882672210929cd8a93d879859986e980d7b (diff)
downloadports-644e2fda25065f90ee0b2caac568293ab2596ca4.tar.gz
ports-644e2fda25065f90ee0b2caac568293ab2596ca4.zip
lang/fpc-utils: unbreak after e40d870fc3cb
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'
-rw-r--r--lang/fpc-utils/Makefile2
1 files changed, 1 insertions, 1 deletions
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
@@ -8,7 +8,7 @@ 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