diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
commit | 6c4fa199d028f22e1f32896f15cbafd93ed40845 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /biology | |
parent | 3af54f2d0c3a2f038cc92d1e368b6500eb1bbc0f (diff) | |
download | ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.tar.gz ports-6c4fa199d028f22e1f32896f15cbafd93ed40845.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 cb270a53dfd2..2c6b89eba116 100644 --- a/biology/adun/Makefile +++ b/biology/adun/Makefile @@ -7,7 +7,7 @@ PORTNAME= adun PORTVERSION= 0.81 -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= ports@FreeBSD.org COMMENT= Molecular Simulator for GNUstep -LIB_DEPENDS+= gsl.16:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl:${PORTSDIR}/math/gsl LICENSE= GPLv2 |