aboutsummaryrefslogtreecommitdiff
path: root/science/gromacs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'science/gromacs/Makefile')
-rw-r--r--science/gromacs/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/science/gromacs/Makefile b/science/gromacs/Makefile
index 134349ed3499..4439bb939644 100644
--- a/science/gromacs/Makefile
+++ b/science/gromacs/Makefile
@@ -7,6 +7,7 @@
PORTNAME= gromacs
PORTVERSION= 4.0.7
+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.14:${PORTSDIR}/math/gsl
+LIB_DEPENDS+= gsl.15:${PORTSDIR}/math/gsl
.else
CONFIGURE_ARGS+= --without-gsl
.endif