diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2006-05-06 01:28:22 +0000 |
commit | 57c00223d04bb0f55e26ec4a558265cc703db1e4 (patch) | |
tree | 3249671a74c0166d3d7391fb6ae8fd63f48f4ed6 /science/kst2/Makefile | |
parent | ff5d44386a0f35ef76ea2aadca5946fa10b8e982 (diff) | |
download | ports-57c00223d04bb0f55e26ec4a558265cc703db1e4.tar.gz ports-57c00223d04bb0f55e26ec4a558265cc703db1e4.zip |
Notes
Diffstat (limited to 'science/kst2/Makefile')
-rw-r--r-- | science/kst2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/kst2/Makefile b/science/kst2/Makefile index 99e00a98d487..8448a1bfe6f5 100644 --- a/science/kst2/Makefile +++ b/science/kst2/Makefile @@ -6,6 +6,7 @@ PORTNAME= kst PORTVERSION= 1.2.1 +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} \ http://omega.astro.utoronto.ca/${PORTNAME}/ @@ -15,7 +16,7 @@ MAINTAINER= kay_lehmann@web.de COMMENT= Data viewing program for KDE LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio \ - gsl.7:${PORTSDIR}/math/gsl + gsl.9:${PORTSDIR}/math/gsl USE_KDELIBS_VER=3 USE_GMAKE= yes |