diff options
author | wen <wen@FreeBSD.org> | 2010-03-29 09:12:27 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2010-03-29 09:12:27 +0800 |
commit | 2485fe149efc978d155393f33f5e726cede4736a (patch) | |
tree | 1ee635f2ee7443b3c01fb63f5769fdc72b2f74be /misc | |
parent | 6f1eb824beba87cbcb6f9543780fd30fc64d302f (diff) | |
download | freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.gz freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.tar.zst freebsd-ports-gnome-2485fe149efc978d155393f33f5e726cede4736a.zip |
- Bump PORTREVISION to chase the update of math/gsl
Diffstat (limited to 'misc')
-rw-r--r-- | misc/kdeedu4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 67ae6b55ece5..7b966a038158 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -6,7 +6,7 @@ PORTNAME= kdeedu PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -24,7 +24,7 @@ LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ openbabel.3:${PORTSDIR}/science/openbabel \ cfitsio.0:${PORTSDIR}/astro/cfitsio \ qalculate.4:${PORTSDIR}/math/libqalculate \ - gsl.14:${PORTSDIR}/math/gsl + gsl.15:${PORTSDIR}/math/gsl RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet LATEST_LINK= ${PORTNAME}4 |