summaryrefslogtreecommitdiff
path: root/lang/tinycobol/Makefile
diff options
context:
space:
mode:
authorPatrick S. Gardella <patrick@FreeBSD.org>2002-01-29 18:23:06 +0000
committerPatrick S. Gardella <patrick@FreeBSD.org>2002-01-29 18:23:06 +0000
commit2aac7999bec70bf6acb7040c57ad3a58109d5ed3 (patch)
tree6a2ef24ab1801eda6f91d1b639cd94eb8464960a /lang/tinycobol/Makefile
parentadd py-ipy 0.41 (diff)
Just when you get one version ported, they release another one.
Notes
Notes: svn path=/head/; revision=53979
Diffstat (limited to 'lang/tinycobol/Makefile')
-rw-r--r--lang/tinycobol/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/tinycobol/Makefile b/lang/tinycobol/Makefile
index 97e346c8246a..a4b5dadb7e5e 100644
--- a/lang/tinycobol/Makefile
+++ b/lang/tinycobol/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= tinycobol
-PORTVERSION= 0.55
+PORTVERSION= 0.56
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= tiny-cobol
@@ -17,6 +17,7 @@ LIB_DEPENDS= db2.0:${PORTSDIR}/databases/db
ONLY_FOR_ARCHS= i386
HAS_CONFIGURE= yes
+USE_BISON= yes
USE_GMAKE= yes
CONFIGURE_ARGS= "--with-readline"