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 /science/kst | |
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 'science/kst')
-rw-r--r-- | science/kst/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/kst/Makefile b/science/kst/Makefile index b81c7368941c..9e5d374a16de 100644 --- a/science/kst/Makefile +++ b/science/kst/Makefile @@ -6,6 +6,7 @@ PORTNAME= kst PORTVERSION= 1.5.0 +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/apps/KDE3.x/scientific @@ -14,7 +15,7 @@ MAINTAINER= makc@issp.ac.ru COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.10:${PORTSDIR}/math/gsl + gsl.12:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes |