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-devhelp | |
parent | 6c8d9e9eb93b758a9136ea26f6d089c61feae712 (diff) | |
download | ports-21646392b027298c4aca08ad5386649a6869ccea.tar.gz ports-21646392b027298c4aca08ad5386649a6869ccea.zip |
Notes
Diffstat (limited to 'devel/geany-plugin-devhelp')
-rw-r--r-- | devel/geany-plugin-devhelp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/geany-plugin-devhelp/Makefile b/devel/geany-plugin-devhelp/Makefile index aa0ffec81558..ee19d3939d44 100644 --- a/devel/geany-plugin-devhelp/Makefile +++ b/devel/geany-plugin-devhelp/Makefile @@ -7,11 +7,10 @@ CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} -LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ - webkitgtk-1.0:${PORTSDIR}/www/webkit-gtk2 +LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \ + libwebkitgtk-1.0.so:${PORTSDIR}/www/webkit-gtk2 USE_GNOME= gconf2 -NO_STAGE= yes .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |