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-lua | |
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-lua')
-rw-r--r-- | devel/geany-plugin-lua/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/geany-plugin-lua/Makefile b/devel/geany-plugin-lua/Makefile index ee869fe64288..f6834f5afd73 100644 --- a/devel/geany-plugin-lua/Makefile +++ b/devel/geany-plugin-lua/Makefile @@ -1,6 +1,6 @@ # $FreeBSD$ -PORTNAME= geany-plugin +PORTNAME= geany-plugin-lua PORTVERSION= ${GEANY_VER} CATEGORIES= devel @@ -9,8 +9,5 @@ COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} USE_LUA= 5.1 -GEANY_PLUGIN= lua -GEANY_PLUGIN_DIR= geanylua - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |