diff options
author | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
---|---|---|
committer | Julien Laffaye <jlaffaye@FreeBSD.org> | 2011-07-31 15:07:08 +0000 |
commit | 011dce24ce7dd5253f7e97aaa947acb21339dcd5 (patch) | |
tree | be6c85e782d49cf223592ee199c43ca0222da761 /devel/libmatheval | |
parent | 2a0640b2d4b751061c9ddc616327c22b754034ba (diff) |
Notes
Diffstat (limited to 'devel/libmatheval')
-rw-r--r-- | devel/libmatheval/Makefile | 3 |
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" |