diff options
Diffstat (limited to 'freebsd/core/tdebase/Makefile')
-rw-r--r-- | freebsd/core/tdebase/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/freebsd/core/tdebase/Makefile b/freebsd/core/tdebase/Makefile index a75516eef..c6af1da3f 100644 --- a/freebsd/core/tdebase/Makefile +++ b/freebsd/core/tdebase/Makefile @@ -37,6 +37,7 @@ BUILD_DEPENDS+=\ LIB_DEPENDS+=\ libconfig.so:devel/libconfig \ libldap.so:net/openldap26-client \ + libpcre2-8.so:devel/pcre2 \ libsasl2.so:security/cyrus-sasl2 \ libssh.so:security/libssh \ libxkbfile.so:x11/libxkbfile \ @@ -76,7 +77,7 @@ do-configure: tde-cmake-prepare -DWITH_XRANDR=ON \ -DWITH_XRENDER=ON \ -DWITH_LIBCONFIG=ON \ - -DWITH_PCRE=ON \ + -DWITH_PCRE2=ON \ -DWITH_XTEST=ON \ -DWITH_XSCREENSAVER=ON \ -DWITH_LIBART=ON \ |