diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-09 16:42:27 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-09 16:42:27 +0000 |
commit | 4fd0a4b1c1c3f2cb1454e156e26774835885d347 (patch) | |
tree | 1b932c4555183e30779ab5f4c3093442aaa0b57e /lang/algol68g | |
parent | 99d5a24eca4a0194ff773fff20b5400c62b0fd8d (diff) |
Notes
Diffstat (limited to 'lang/algol68g')
-rw-r--r-- | lang/algol68g/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/algol68g/Makefile b/lang/algol68g/Makefile index 8410468a449a..a758ad9e53d5 100644 --- a/lang/algol68g/Makefile +++ b/lang/algol68g/Makefile @@ -7,7 +7,7 @@ PORTNAME= algol68g PORTVERSION= 2.1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://www.xs4all.nl/~jmvdveer/ EXTRACT_SUFX= .tgz @@ -15,7 +15,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= johans@FreeBSD.org COMMENT= Alogol 68 Genie compiler -LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl OPTIONS= PLOT "GNU plot support" On \ PGSQL "Postgresql support" On |