From 610212316137c208ffd9b26080fc421de324fd59 Mon Sep 17 00:00:00 2001 From: lwhsu Date: Tue, 10 Apr 2007 03:08:59 +0000 Subject: science/netcdf - Update to 3.6.2 graphics/gmt math/grace math/gri math/p5-NetCDF math/py-scientific math/ruby-netcdf science/gnudatalanguage science/minc science/minc2 science/v_sim science/vis5d+ - Bump PORTREVISION for the changing of science/netcdf's major library version number PR: 111347 Submitted by: Sunpoet Po-Chuan Hsieh (maintainer) Approved by: clsung (mentor) --- math/ruby-netcdf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'math/ruby-netcdf') diff --git a/math/ruby-netcdf/Makefile b/math/ruby-netcdf/Makefile index 542145c820d1..2b240cb04d83 100644 --- a/math/ruby-netcdf/Makefile +++ b/math/ruby-netcdf/Makefile @@ -7,6 +7,7 @@ PORTNAME= netcdf PORTVERSION= 0.6.2 +PORTREVISION= 1 CATEGORIES= math ruby MASTER_SITES= http://ruby.gfd-dennou.org/products/ruby-netcdf/ PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX} @@ -17,7 +18,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= A Ruby interface to the NetCDF scientific IO library BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray -LIB_DEPENDS= netcdf.1:${PORTSDIR}/science/netcdf +LIB_DEPENDS= netcdf.4:${PORTSDIR}/science/netcdf RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/narray.so:${PORTSDIR}/math/ruby-narray USE_RUBY= yes -- cgit