diff options
author | bf <bf@FreeBSD.org> | 2013-08-27 00:06:37 +0800 |
---|---|---|
committer | bf <bf@FreeBSD.org> | 2013-08-27 00:06:37 +0800 |
commit | 1851b95b9492315bfd099d4f65c9edda47271bb4 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /math/orpie | |
parent | d20958189a812014914778007f4aabed5f350cea (diff) | |
download | freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.gz freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.tar.zst freebsd-ports-gnome-1851b95b9492315bfd099d4f65c9edda47271bb4.zip |
Update math/gsl to 1.16 and adjust some dependent ports
Diffstat (limited to 'math/orpie')
-rw-r--r-- | math/orpie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile index fa5704352f81..92bdb7be8bfd 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -7,7 +7,7 @@ PORTNAME= orpie PORTVERSION= 1.5.1 -PORTREVISION= 5 +PORTREVISION= 6 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.16:${PORTSDIR}/math/gsl +LIB_DEPENDS= gsl:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes USE_GMAKE= yes |