aboutsummaryrefslogtreecommitdiff
path: root/devel/libmatheval
diff options
context:
space:
mode:
authorJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-31 15:07:08 +0000
committerJulien Laffaye <jlaffaye@FreeBSD.org>2011-07-31 15:07:08 +0000
commit011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch)
treebe6c85e782d49cf223592ee199c43ca0222da761 /devel/libmatheval
parent2a0640b2d4b751061c9ddc616327c22b754034ba (diff)
Notes
Diffstat (limited to 'devel/libmatheval')
-rw-r--r--devel/libmatheval/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile
index 6bb264a6b97f..5599222d3154 100644
--- a/devel/libmatheval/Makefile
+++ b/devel/libmatheval/Makefile
@@ -7,6 +7,7 @@
PORTNAME= libmatheval
PORTVERSION= 1.1.7
+PORTREVISION= 1
CATEGORIES= devel math
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +16,7 @@ MAINTAINER= demon@FreeBSD.org
COMMENT= A library of procedures for evaluating mathematical functions
BUILD_DEPENDS= flex>0:${PORTSDIR}/textproc/flex
-LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.21:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"