From e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f Mon Sep 17 00:00:00 2001 From: makc Date: Thu, 21 Mar 2013 14:43:24 +0000 Subject: - Update Geany and plugins to 1.23 - Add ports for new plugins (commander, scope) and localization forgotten after splitting (geany-plugins-l10n). geanyGDB plugin has been removed upstream. markdown plugin excluded from ports as it requires currently missing port for libmarkdown. - Patch configure script and remove build dependence on shells/bash --- devel/geany-plugin-devhelp/Makefile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'devel/geany-plugin-devhelp') diff --git a/devel/geany-plugin-devhelp/Makefile b/devel/geany-plugin-devhelp/Makefile index d57b23907488..0b08da535fad 100644 --- a/devel/geany-plugin-devhelp/Makefile +++ b/devel/geany-plugin-devhelp/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= geany-plugin +PORTNAME= geany-plugin-devhelp PORTVERSION= ${GEANY_VER} CATEGORIES= devel @@ -12,7 +12,5 @@ LIB_DEPENDS= wnck-1:${PORTSDIR}/x11-toolkits/libwnck \ USE_GNOME= gconf2 -GEANY_PLUGIN= devhelp - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include -- cgit