mirror of
https://git.freebsd.org/ports.git
synced 2025-05-14 16:21:50 -04:00
Add new duktape plugin to the build Changelog: https://github.com/libproxy/libproxy/releases/tag/0.4.18
12 lines
485 B
Text
12 lines
485 B
Text
--- libproxy/cmake/modules.cmk.orig 2022-06-20 13:54:49 UTC
|
|
+++ libproxy/cmake/modules.cmk
|
|
@@ -32,7 +32,9 @@ message("MODULES TO BUILD:")
|
|
## Module definition
|
|
#
|
|
message("MODULES TO BUILD:")
|
|
+if(BUILD_CONFIG_PACRUNNER)
|
|
px_module(config_pacrunner "${DBUS_FOUND}" 0 ${DBUS_LIBRARIES})
|
|
+endif()
|
|
px_module(config_envvar "${ENVVAR_FOUND}" 1)
|
|
px_module(config_sysconfig "${SYSCONFIG_FOUND}" 1)
|
|
px_module(config_gnome "${GNOME2_FOUND}" 0)
|