aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2009-05-11 08:36:47 +0800
committeracm <acm@FreeBSD.org>2009-05-11 08:36:47 +0800
commit01bfa824c1c3d1b7c1a5111fedce82c37db577e0 (patch)
treebd5095615738e387a2e77106b65ca21d211db61a /lang
parenteaac1a44d13a89938499312ddad6b8e7941188ad (diff)
downloadfreebsd-ports-gnome-01bfa824c1c3d1b7c1a5111fedce82c37db577e0.tar.gz
freebsd-ports-gnome-01bfa824c1c3d1b7c1a5111fedce82c37db577e0.tar.zst
freebsd-ports-gnome-01bfa824c1c3d1b7c1a5111fedce82c37db577e0.zip
- IDE option enabled by default (editors/gambas2-ide was added)
Diffstat (limited to 'lang')
-rw-r--r--lang/gambas2/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/gambas2/Makefile b/lang/gambas2/Makefile
index 98aebee3e43d..efb3b9416052 100644
--- a/lang/gambas2/Makefile
+++ b/lang/gambas2/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gambas2
PORTVERSION= 2.12
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= # empty
DISTFILES= # empty
@@ -22,7 +23,7 @@ NO_MTREE= yes
NO_BUILD= yes
SUB_FILES= pkg-message
-OPTIONS= IDE "IDE for the gambas programming language" off \
+OPTIONS= IDE "IDE for the gambas programming language" on \
COMPRESS_BZLIB2 "The gambas bzlib2 compression component" on \
COMPRESS_ZLIB "The gambas zlib compression component" on \
CORBA "The gambas corba component" on \