From e6aa4d35f776c57c3ae73a740fa6cb4f7a43a067 Mon Sep 17 00:00:00 2001 From: makc Date: Tue, 1 Dec 2009 20:33:45 +0000 Subject: Chase math/gsl update, bump PORTREVISION --- math/orpie/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'math/orpie') diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 6d2aef6ad476..2019e9a64375 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -7,7 +7,7 @@ PORTNAME= orpie PORTVERSION= 1.5.1 -PORTREVISION= 2 +PORTREVISION= 3 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.13:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl.14:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes USE_GMAKE= yes -- cgit