diff options
author | jadawin <jadawin@FreeBSD.org> | 2008-04-08 21:53:22 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2008-04-08 21:53:22 +0800 |
commit | 5be4d13784e185266041c747cc5a63292ea42b4a (patch) | |
tree | ed1127f000644c9547cfbbd16702441b14e5e528 /biology/adun | |
parent | 1c65f8da0a51f3fc49f949e6dadcf1487af6d560 (diff) | |
download | freebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.tar.gz freebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.tar.zst freebsd-ports-gnome-5be4d13784e185266041c747cc5a63292ea42b4a.zip |
- Chase the gsl shared lib bump.
Approved by: thierry (mentor)
Diffstat (limited to 'biology/adun')
-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 823be34385da..a1a4abda0c30 100644 --- a/biology/adun/Makefile +++ b/biology/adun/Makefile @@ -7,7 +7,7 @@ PORTNAME= adun PORTVERSION= 0.6 -PORTREVISION= 2 +PORTREVISION= 3 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.10:${PORTSDIR}/math/gsl +LIB_DEPENDS+= gsl.12:${PORTSDIR}/math/gsl USE_GNUSTEP= yes USE_GNUSTEP_PREFIX= yes |