diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2008-03-01 06:22:42 +0000 |
commit | 1861d9f9e87794366c0d3bda6bc4186b1b87f3b3 (patch) | |
tree | aba890b3ec1e40031b28d4758c9d11e88d6b0713 /science/libctl/Makefile | |
parent | 11b729ede3a1605656fc675e0ccb6be86b9c130b (diff) | |
download | ports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.tar.gz ports-1861d9f9e87794366c0d3bda6bc4186b1b87f3b3.zip |
Notes
Diffstat (limited to 'science/libctl/Makefile')
-rw-r--r-- | science/libctl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/science/libctl/Makefile b/science/libctl/Makefile index 1a4456cb6743..0b6f3695e266 100644 --- a/science/libctl/Makefile +++ b/science/libctl/Makefile @@ -8,14 +8,14 @@ PORTNAME= libctl PORTVERSION= 3.0.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= science math MASTER_SITES= http://ab-initio.mit.edu/libctl/ MAINTAINER= ports@FreeBSD.org COMMENT= Control Language Library -LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile +LIB_DEPENDS= guile.18:${PORTSDIR}/lang/guile GNU_CONFIGURE= yes CONFIGURE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}" |