aboutsummaryrefslogtreecommitdiff
path: root/math/orpie
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-05-06 01:28:22 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-05-06 01:28:22 +0000
commit57c00223d04bb0f55e26ec4a558265cc703db1e4 (patch)
tree3249671a74c0166d3d7391fb6ae8fd63f48f4ed6 /math/orpie
parentff5d44386a0f35ef76ea2aadca5946fa10b8e982 (diff)
downloadports-57c00223d04bb0f55e26ec4a558265cc703db1e4.tar.gz
ports-57c00223d04bb0f55e26ec4a558265cc703db1e4.zip
- Bump PORTREVISION and change lib version because math/gsl are updated.
- portlint(1)
Notes
Notes: svn path=/head/; revision=161457
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 f3700189d636..b22b0dc4eac5 100644
--- a/math/orpie/Makefile
+++ b/math/orpie/Makefile
@@ -7,6 +7,7 @@
PORTNAME= orpie
PORTVERSION= 1.4.1
+PORTREVISION= 1
CATEGORIES+= math
MASTER_SITES= http://www.eecs.umich.edu/~pelzlpj/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.7:${PORTSDIR}/math/gsl
+LIB_DEPENDS= gsl.9:${PORTSDIR}/math/gsl
GNU_CONFIGURE= yes
USE_GMAKE= yes