diff options
author | makc <makc@FreeBSD.org> | 2013-03-21 22:43:24 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2013-03-21 22:43:24 +0800 |
commit | e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f (patch) | |
tree | 6835cf63cce00bf06d7c224b174cf4b2ee140939 /devel/geany-plugin-devhelp | |
parent | a96542a99c7c44eef9f64c11ddd917a4b9cffa61 (diff) | |
download | freebsd-ports-gnome-e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f.tar.gz freebsd-ports-gnome-e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f.tar.zst freebsd-ports-gnome-e1ffa6dc72379d85ea0cc9ae2e98df9f948ee69f.zip |
- 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
Diffstat (limited to 'devel/geany-plugin-devhelp')
-rw-r--r-- | devel/geany-plugin-devhelp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
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 <bsd.port.mk> |