aboutsummaryrefslogtreecommitdiff
path: root/math/orpie
diff options
context:
space:
mode:
authorBrendan Fabeny <bf@FreeBSD.org>2011-05-09 16:42:27 +0000
committerBrendan Fabeny <bf@FreeBSD.org>2011-05-09 16:42:27 +0000
commit4fd0a4b1c1c3f2cb1454e156e26774835885d347 (patch)
tree1b932c4555183e30779ab5f4c3093442aaa0b57e /math/orpie
parent99d5a24eca4a0194ff773fff20b5400c62b0fd8d (diff)
downloadports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.tar.gz
ports-4fd0a4b1c1c3f2cb1454e156e26774835885d347.zip
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Notes
Notes: svn path=/head/; revision=273882
Diffstat (limited to 'math/orpie')
-rw-r--r--math/orpie/Makefile4
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