diff options
author | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
---|---|---|
committer | Philippe Audeoud <jadawin@FreeBSD.org> | 2008-04-08 13:53:22 +0000 |
commit | d369e5c287c06a3ad512ee7c9a4d4d828c1d2f01 (patch) | |
tree | 70c2049bf7cb81daf29a37481d1586373dd5ba80 /science/kst2 | |
parent | 88133fe808126a7e44e982994d4fbbee2e96ae0a (diff) |
Notes
Diffstat (limited to 'science/kst2')
-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 b81c7368941c..9e5d374a16de 100644 --- a/science/kst2/Makefile +++ b/science/kst2/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 |