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 /math/orpie | |
parent | 99d5a24eca4a0194ff773fff20b5400c62b0fd8d (diff) | |
download | ports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.tar.gz ports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.zip |
Notes
Diffstat (limited to 'math/orpie')
-rw-r--r-- | math/orpie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 278509da3bb9..92f63f80c61c 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -7,7 +7,7 @@ PORTNAME= orpie PORTVERSION= 1.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES+= math MASTER_SITES= http://pessimization.com/software/orpie/ @@ -15,7 +15,7 @@ MAINTAINER= dylan@dylex.net COMMENT= A fullscreen RPN calculator for the console BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -LIB_DEPENDS= gsl.15:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes USE_GMAKE= yes |