aboutsummaryrefslogtreecommitdiff
path: root/science/gromacs
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2009-12-01 20:33:45 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2009-12-01 20:33:45 +0000
commit7cb3294da78ddd596f197b8f599a9bc3f3c83eac (patch)
tree1c72184bc6e535e324c3903ec7138b0daceaed97 /science/gromacs
parent8b1dce6212c686a1fbedd71ad7127d0dfc2cb54e (diff)
downloadports-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.tar.gz
ports-7cb3294da78ddd596f197b8f599a9bc3f3c83eac.zip
Chase math/gsl update,
bump PORTREVISION
Notes
Notes: svn path=/head/; revision=245074
Diffstat (limited to 'science/gromacs')
-rw-r--r--science/gromacs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index b316e576b069..2a21bc73fade 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gromacs
PORTVERSION= 4.0.5
+PORTREVISION= 1
CATEGORIES= science
MASTER_SITES= ftp://ftp.gromacs.org/pub/gromacs/
@@ -62,7 +63,7 @@ CONFIGURE_ARGS+= --with-fft=fftpack
.if !defined(WITHOUT_GSL)
CONFIGURE_ARGS+= --with-gsl
-LIB_DEPENDS+= gsl.13:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.14:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --without-gsl
.endif