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-numberedbookmarks | |
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-numberedbookmarks')
-rw-r--r-- | devel/geany-plugin-numberedbookmarks/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/devel/geany-plugin-numberedbookmarks/Makefile b/devel/geany-plugin-numberedbookmarks/Makefile index ef67cd30323a..c9350af74b7d 100644 --- a/devel/geany-plugin-numberedbookmarks/Makefile +++ b/devel/geany-plugin-numberedbookmarks/Makefile @@ -1,14 +1,11 @@ # $FreeBSD$ -PORTNAME= geany-plugin +PORTNAME= geany-plugin-numberedbookmarks PORTVERSION= ${GEANY_VER} CATEGORIES= devel MAINTAINER= makc@FreeBSD.org COMMENT= Geany plugin: ${${GEANY_PLUGIN}_DESC} -GEANY_PLUGIN= numberedbookmarks -GEANY_PLUGIN_DIR= geanynumberedbookmarks - .include "${.CURDIR}/../geany-plugins/files/Makefile.common" .include <bsd.port.mk> |