aboutsummaryrefslogtreecommitdiff
path: root/math/orpie
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-01-12 20:37:24 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-01-12 20:37:24 +0000
commit338161958384cbdb221973b01a11d82931076f0c (patch)
tree9ad64d1ef4f015567812cf7538b084e6df860f1d /math/orpie
parent5b5364a3685860b6cb82a872a7e838bc9dc7c044 (diff)
downloadports-338161958384cbdb221973b01a11d82931076f0c.tar.gz
ports-338161958384cbdb221973b01a11d82931076f0c.zip
- Chase gsl shlib bump
Notes
Notes: svn path=/head/; revision=225875
Diffstat (limited to 'math/orpie')
-rw-r--r--math/orpie/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile
index fb14b9abf820..8d88ba0c6aa0 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -7,6 +7,7 @@
PORTNAME= orpie
PORTVERSION= 1.5.1
+PORTREVISION= 1
CATEGORIES+= math
MASTER_SITES= http://pessimization.com/software/orpie/
@@ -14,7 +15,7 @@ MAINTAINER= dylan@dylex.net
COMMENT= A fullscreen RPN calculator for the console
BUILD_DEPENDS= ocamlc:${PORTSDIR}/lang/ocaml
-LIB_DEPENDS= gsl.12:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.13:${PORTSDIR}/math/gsl
GNU_CONFIGURE= yes
USE_GMAKE= yes