diff options
Diffstat (limited to 'science/step')
-rw-r--r-- | science/step/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/science/step/Makefile b/science/step/Makefile index 95a50a99659b..2a02f2859ec9 100644 --- a/science/step/Makefile +++ b/science/step/Makefile @@ -2,6 +2,7 @@ PORTNAME= step PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= science kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -11,7 +12,7 @@ MAINTAINER= kde@FreeBSD.org COMMENT= KDE 4 interactive physics simulator LIB_DEPENDS= qalculate.5:${PORTSDIR}/math/libqalculate \ - gsl.16:${PORTSDIR}/math/gsl + gsl:${PORTSDIR}/math/gsl BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 |