diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 05:46:43 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2007-06-29 05:46:43 +0000 |
commit | b9ba1ad61ec8ac4f754fdbd3e762691564d11838 (patch) | |
tree | e643e74666458bfc6f67e70b390fbf4594583163 /biology | |
parent | 59d5387029bc0989baa5684776c438795412513b (diff) | |
download | ports-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.tar.gz ports-b9ba1ad61ec8ac4f754fdbd3e762691564d11838.zip |
Notes
Diffstat (limited to 'biology')
-rw-r--r-- | biology/adun/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/biology/adun/Makefile b/biology/adun/Makefile index 64a2c35d9d78..b6988aec186f 100644 --- a/biology/adun/Makefile +++ b/biology/adun/Makefile @@ -7,7 +7,7 @@ PORTNAME= adun PORTVERSION= 0.6 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= biology gnustep MASTER_SITES= http://download.gna.org/adun/ DISTNAME= Adun${PORTVERSION} @@ -15,7 +15,7 @@ DISTNAME= Adun${PORTVERSION} MAINTAINER= gurkan@linuks.mine.nu COMMENT= Molecular Simulator for GNUstep -LIB_DEPENDS+= gsl.9:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.10:${PORTSDIR}/math/gsl USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes |