diff options
author | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
---|---|---|
committer | Wen Heping <wen@FreeBSD.org> | 2010-03-29 01:12:27 +0000 |
commit | 6905d4a0d8518b83f28bf41330e381a8128dc0b4 (patch) | |
tree | 30905f5c5ec570d5180cc95b3ca4699a84635835 /science/gromacs | |
parent | d53fd93f0b690c56a78a292c01f0fe87b04480d1 (diff) | |
download | ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.tar.gz ports-6905d4a0d8518b83f28bf41330e381a8128dc0b4.zip |
Notes
Diffstat (limited to 'science/gromacs')
-rw-r--r-- | science/gromacs/Makefile | 3 |
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 |