aboutsummaryrefslogtreecommitdiff
path: root/devel/geany-plugins/files
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-10-09 20:44:25 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-10-09 20:44:25 +0000
commit4fa8a9b741140c385ccd5713d9d82c2eaa9366c9 (patch)
treeb1ef1581fb52767a93ea6b47b8f08a7dd922fed1 /devel/geany-plugins/files
parentf64cb27d231ac2904ca543b1cf03f267a7f4cd1e (diff)
downloadports-4fa8a9b741140c385ccd5713d9d82c2eaa9366c9.tar.gz
ports-4fa8a9b741140c385ccd5713d9d82c2eaa9366c9.zip
Notes
Diffstat (limited to 'devel/geany-plugins/files')
-rw-r--r--devel/geany-plugins/files/patch-wscript16
1 files changed, 8 insertions, 8 deletions
diff --git a/devel/geany-plugins/files/patch-wscript b/devel/geany-plugins/files/patch-wscript
index 2495a527d7f9..5fac4d375a30 100644
--- a/devel/geany-plugins/files/patch-wscript
+++ b/devel/geany-plugins/files/patch-wscript
@@ -1,11 +1,11 @@
---- wscript.old 2010-05-25 15:01:05.352982411 +0300
-+++ wscript 2010-05-25 15:01:18.726007753 +0300
-@@ -95,7 +95,7 @@
+--- ./wscript.orig 2010-06-10 19:46:27.000000000 +0300
++++ ./wscript 2010-09-21 08:36:25.926749379 +0300
+@@ -99,7 +99,7 @@
[ 'geanylua/geanylua.c' ], # the other source files are listed in build_lua()
[ 'geanylua' ],
# maybe you need to modify the package name of Lua, try one of these: lua5.1 lua51 lua-5.1
-- [ [ 'lua', '5.1', True ] ])
-+ [ [ 'lua-5.1', '5.1', True ] ])
- ]
-
- '''
+- [ [ 'lua', '5.1', True ] ]),
++ [ [ 'lua-5.1', '5.1', True ] ]),
+ Plugin('GeanyPrj', None, [ 'geanyprj/src' ]),
+ Plugin('Pretty-Printer', None, [ 'pretty-printer/src' ], [ [ 'libxml-2.0', '2.6.27', True ] ]),
+ Plugin('TreeBrowser', None, [ 'treebrowser/src' ], [ [ 'gio-2.0', '2.16', False ] ])