diff options
Diffstat (limited to 'devel/geany-plugin-geniuspaste')
-rw-r--r-- | devel/geany-plugin-geniuspaste/Makefile | 2 | ||||
-rw-r--r-- | devel/geany-plugin-geniuspaste/pkg-plist | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/devel/geany-plugin-geniuspaste/Makefile b/devel/geany-plugin-geniuspaste/Makefile index bb5e65f3c8dd..4d14b3c45e2d 100644 --- a/devel/geany-plugin-geniuspaste/Makefile +++ b/devel/geany-plugin-geniuspaste/Makefile @@ -6,7 +6,7 @@ MAINTAINER= madpilot@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} WWW= https://plugins.geany.org/geniuspaste.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> diff --git a/devel/geany-plugin-geniuspaste/pkg-plist b/devel/geany-plugin-geniuspaste/pkg-plist index b9a4849d9419..72fd66b345c5 100644 --- a/devel/geany-plugin-geniuspaste/pkg-plist +++ b/devel/geany-plugin-geniuspaste/pkg-plist @@ -1,6 +1,7 @@ lib/geany/geniuspaste.so %%DATADIR%%/geniuspaste/pastebins/codepad.org.conf -%%DATADIR%%/geniuspaste/pastebins/dpaste.de.conf +%%DATADIR%%/geniuspaste/pastebins/dpaste.com.conf +%%DATADIR%%/geniuspaste/pastebins/dpaste.org.conf %%DATADIR%%/geniuspaste/pastebins/fpaste.org.conf %%DATADIR%%/geniuspaste/pastebins/paste.debian.net.conf %%DATADIR%%/geniuspaste/pastebins/pastebin.geany.org.conf |