diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-09 16:42:27 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2011-05-09 16:42:27 +0000 |
commit | 4fd0a4b1c1c3f2cb1454e156e26774835885d347 (patch) | |
tree | 1b932c4555183e30779ab5f4c3093442aaa0b57e /misc/kdeedu4/Makefile | |
parent | Force commit to note the repocopy net/skype --> net/skype20 (diff) |
Update math/gsl to 1.15, and adjust PORTREVISION
and LIB_DEPENDS of dependent ports
Notes
Notes:
svn path=/head/; revision=273882
Diffstat (limited to '')
-rw-r--r-- | misc/kdeedu4/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 4cd3789ad79e..f18162f1d595 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -6,6 +6,7 @@ PORTNAME= kdeedu PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -23,7 +24,7 @@ LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ openbabel.3:${PORTSDIR}/science/openbabel \ cfitsio.0:${PORTSDIR}/astro/cfitsio \ qalculate.5:${PORTSDIR}/math/libqalculate \ - gsl.15:${PORTSDIR}/math/gsl \ + gsl.16:${PORTSDIR}/math/gsl \ spectre.1:${PORTSDIR}/print/libspectre RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet |