diff options
Diffstat (limited to 'math/orpie/Makefile')
-rw-r--r-- | math/orpie/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile index d59e192..f370018 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -6,8 +6,7 @@ # PORTNAME= orpie -PORTVERSION= 1.3.1 -PORTREVISION= 1 +PORTVERSION= 1.4.1 CATEGORIES+= math MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/orpie/ @@ -15,7 +14,7 @@ MAINTAINER= dylan@dylex.net COMMENT= A fullscreen RPN calculator for the console BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml -LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.7:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes USE_GMAKE= yes |