diff options
Diffstat (limited to 'devel/geany-plugin-updatechecker/Makefile')
-rw-r--r-- | devel/geany-plugin-updatechecker/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/geany-plugin-updatechecker/Makefile b/devel/geany-plugin-updatechecker/Makefile index 7cb2cd1282ec..40d696191466 100644 --- a/devel/geany-plugin-updatechecker/Makefile +++ b/devel/geany-plugin-updatechecker/Makefile @@ -6,7 +6,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} WWW= https://plugins.geany.org/updatechecker.html -LIB_DEPENDS= libsoup-2.4.so:devel/libsoup +LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |