diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-11 00:36:47 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2009-05-11 00:36:47 +0000 |
commit | c737d2147c69e8453ea0e532df2d5fd8e5d9095d (patch) | |
tree | 72b95b5f7d427fe8f3f289ead931f2a9971995c2 /lang | |
parent | 3c0691fbab6c2da59eb368b4688f7163531d3518 (diff) |
Notes
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gambas2/Makefile | 3 |
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 \ |