aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-06-16 17:15:28 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-06-16 17:15:28 +0000
commit022a76bcd473afd82c46fb5dcc8349f74de72dcd (patch)
tree1b24e9bf8f8c111194b37a73646a7a6275ea453f
parent8bb213a6682083f2e8f7e9b8f90148c171bb5054 (diff)
Notes
-rw-r--r--devel/geany-plugins/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/geany-plugins/Makefile b/devel/geany-plugins/Makefile
index 67f4666a7b37..3b6eb8546796 100644
--- a/devel/geany-plugins/Makefile
+++ b/devel/geany-plugins/Makefile
@@ -16,8 +16,6 @@ COMMENT= Plugins for lightweight editor - geany
BUILD_DEPENDS= geany:${PORTSDIR}/devel/geany
RUN_DEPENDS= geany:${PORTSDIR}/devel/geany
-BROKEN= does not compile
-
USE_GMAKE= yes
USE_GNOME= gtk20
USE_BZIP2= yes
@@ -28,7 +26,7 @@ OPTIONS= GEANY_ADDONS "ADDONS" on \
GEANY_GEANYGDB "GDB support (broken)" off \
GEANY_GEANYLATEX "Improve work with LaTeX" on \
GEANY_GEANYLIPSUM "GEANYLIPSUM" on \
- GEANY_GEANYLUA "LUA support" on \
+ GEANY_GEANYLUA "LUA support (broken)" off \
GEANY_GEANYPRJ "Alternative project management" on \
GEANY_GEANYSENDMAIL "Sending mail from geany" on \
GEANY_GEANYVC "Version-control systems support" on \