aboutsummaryrefslogtreecommitdiff
path: root/databases/gauche-gdbm
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2010-02-12 12:39:44 +0000
committerPav Lucistnik <pav@FreeBSD.org>2010-02-12 12:39:44 +0000
commit3e9b0c306ddfd3428a0cb89f93d45275d5bf25f5 (patch)
treea6b914c88f9a4ca9fa6eaecfee24c92cd4632293 /databases/gauche-gdbm
parent383e96cfb011a0422b23503ae55d332893682109 (diff)
Notes
Diffstat (limited to 'databases/gauche-gdbm')
-rw-r--r--databases/gauche-gdbm/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/databases/gauche-gdbm/Makefile b/databases/gauche-gdbm/Makefile
index 0609ff38bc11..87502cf84b26 100644
--- a/databases/gauche-gdbm/Makefile
+++ b/databases/gauche-gdbm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= gdbm
-PORTVERSION= 0.8.13 # Keep this in sync with lang/gauche
+PORTVERSION= 0.9 # Keep this in sync with lang/gauche
CATEGORIES= databases scheme
MASTER_SITES= # none
PKGNAMEPREFIX= gauche-
@@ -20,6 +20,8 @@ BUILD_DEPENDS= gosh:${PORTSDIR}/lang/gauche \
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
RUN_DEPENDS= gosh:${PORTSDIR}/lang/gauche
+BROKEN= does not compile
+
WRKSRC= ${WRKDIR}/dbm
MAKE_ARGS= GOSH=gosh \
OPTFLAGS="${CFLAGS} -I${LOCALBASE}/include"