aboutsummaryrefslogtreecommitdiff
path: root/devel/libmatheval
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-22 16:04:11 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-22 16:04:11 +0000
commit13c0f276050af12993dbcdf0f2c276d70b2ad751 (patch)
treecb8ac7f48c174332248e1467018137acf40d1173 /devel/libmatheval
parent1fe364400380af2bf36b77f3f8042eb2e67e1c94 (diff)
downloadports-13c0f276050af12993dbcdf0f2c276d70b2ad751.tar.gz
ports-13c0f276050af12993dbcdf0f2c276d70b2ad751.zip
- Chase lang/guile shlib bump
Notes
Notes: svn path=/head/; revision=226679
Diffstat (limited to 'devel/libmatheval')
-rw-r--r--devel/libmatheval/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libmatheval/Makefile b/devel/libmatheval/Makefile
index 4cd8c653ad79..a49a5a063715 100644
--- a/devel/libmatheval/Makefile
+++ b/devel/libmatheval/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libmatheval
PORTVERSION= 1.1.5
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= devel math
MASTER_SITES= GNU
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= demon@FreeBSD.org
COMMENT= A library of procedures for evaluating mathematical functions
-LIB_DEPENDS= guile.19:${PORTSDIR}/lang/guile
+LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile
GNU_CONFIGURE= yes
CONFIGURE_ENV+= MAKEINFO="makeinfo --no-split"