diff options
Diffstat (limited to 'devel/geany-plugin-updatechecker/Makefile')
-rw-r--r-- | devel/geany-plugin-updatechecker/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/geany-plugin-updatechecker/Makefile b/devel/geany-plugin-updatechecker/Makefile index c572e1ce423..2f934b4d23e 100644 --- a/devel/geany-plugin-updatechecker/Makefile +++ b/devel/geany-plugin-updatechecker/Makefile @@ -7,8 +7,7 @@ CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} -LIB_DEPENDS= soup-2.4:${PORTSDIR}/devel/libsoup +LIB_DEPENDS= libsoup-2.4.so:${PORTSDIR}/devel/libsoup -NO_STAGE= yes .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |