diff options
author | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-09 13:45:37 +0000 |
---|---|---|
committer | Erwin Lansing <erwin@FreeBSD.org> | 2009-05-09 13:45:37 +0000 |
commit | 465c211f4415d88f9b062cf9db5d31431c7f9de3 (patch) | |
tree | 7fb1acced9c9b7fadd08c0b6cc4fa85f57c99e34 | |
parent | 5ec69d38f81adbc26e02d767e5781dbeff48cbff (diff) | |
download | ports-465c211f4415d88f9b062cf9db5d31431c7f9de3.tar.gz ports-465c211f4415d88f9b062cf9db5d31431c7f9de3.zip |
Turn off IDE by default as this port is not added (yet) to unbreak INDEX.
Notes
Notes:
svn path=/head/; revision=233530
-rw-r--r-- | lang/gambas2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gambas2/Makefile b/lang/gambas2/Makefile index 02baf5969d47..98aebee3e43d 100644 --- a/lang/gambas2/Makefile +++ b/lang/gambas2/Makefile @@ -22,7 +22,7 @@ NO_MTREE= yes NO_BUILD= yes SUB_FILES= pkg-message -OPTIONS= IDE "IDE for the gambas programming language" on \ +OPTIONS= IDE "IDE for the gambas programming language" off \ COMPRESS_BZLIB2 "The gambas bzlib2 compression component" on \ COMPRESS_ZLIB "The gambas zlib compression component" on \ CORBA "The gambas corba component" on \ |