diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-10-23 13:08:41 +0000 |
commit | 21646392b027298c4aca08ad5386649a6869ccea (patch) | |
tree | 902ae1e48303d70f1045908f9eb477d7722924c8 /devel/geany-plugin-geniuspaste | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) |
Notes
Diffstat (limited to 'devel/geany-plugin-geniuspaste')
-rw-r--r-- | devel/geany-plugin-geniuspaste/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/geany-plugin-geniuspaste/Makefile b/devel/geany-plugin-geniuspaste/Makefile index c063dac87e2b..19cc5e172e41 100644 --- a/devel/geany-plugin-geniuspaste/Makefile +++ b/devel/geany-plugin-geniuspaste/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> |