summaryrefslogtreecommitdiff
path: root/lang/gb/Makefile
diff options
context:
space:
mode:
authorrh <rh>2000-12-30 18:41:20 +0000
committerrh <rh>2000-12-30 18:41:20 +0000
commite66a53570a9d53b60b8c009fc0ef00fcfaa14753 (patch)
tree93a1e091c9b5f95aa49d82d1b4d3392120902255 /lang/gb/Makefile
parent4d2bfb0c4ac5bcc388f11ab8de2301a34457af5d (diff)
downloadpkgsrc-e66a53570a9d53b60b8c009fc0ef00fcfaa14753.tar.gz
Update gb to 0.0.17. Changes include:
Version 0.0.17 * Delay the parsing of the function specs until the function is used for the first time - speed and efficiency win (Frank) * Date functions fixed up (Ravi) * For Each implemented * UBound, LBound * More constants added * Screen's mouse pointer stuff impl * Object referencing grammar fixed * User defined constants implemented * Exit [Sub, Function, For etc.] impl. * Fix function invocation with Option Explicit * Parse Declare statements * ReDim implemented * Correct spelling of indices discovered. * Options setup and honoured (Ken Guest) * Lots of Command button signals added (Almer Tigelaar) * New object globalization logic * Build fix (Boszormenyi Zoltan) Version 0.0.16 * Implement CallByName * Port Frame to new object system (Frank) * Improve parser / lexer flexibility. * Implement Eval, Execute. * Implement user defined Types * Update project logic and form object referencing. * Add (evily hacked) up ASP runtime ( gb test/web.asp ) * Install 'gb' by default to aid use.
Diffstat (limited to 'lang/gb/Makefile')
-rw-r--r--lang/gb/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/lang/gb/Makefile b/lang/gb/Makefile
index ada69b5b9cf..381a4be7ce8 100644
--- a/lang/gb/Makefile
+++ b/lang/gb/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2000/11/25 14:16:36 rh Exp $
+# $NetBSD: Makefile,v 1.3 2000/12/30 18:41:20 rh Exp $
#
-DISTNAME= gb-0.0.15
+DISTNAME= gb-0.0.17
CATEGORIES= lang gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=unstable/sources/gb/}
@@ -16,4 +16,6 @@ USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
+CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include"
+
.include "../../mk/bsd.pkg.mk"