diff options
author | makc <makc@FreeBSD.org> | 2009-03-09 08:55:48 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-03-09 08:55:48 +0800 |
commit | 40c0b38bfb75211cd9b99a1e0e107ee18aaa163f (patch) | |
tree | 671c4c9a23d6aae9dc387581484123b6f3acfa06 /misc/kdeedu4/Makefile | |
parent | cbaad731bb7914033b36d2b1229bffb984186e56 (diff) | |
download | freebsd-ports-gnome-40c0b38bfb75211cd9b99a1e0e107ee18aaa163f.tar.gz freebsd-ports-gnome-40c0b38bfb75211cd9b99a1e0e107ee18aaa163f.tar.zst freebsd-ports-gnome-40c0b38bfb75211cd9b99a1e0e107ee18aaa163f.zip |
Update KDE to 4.2.1.
multimedia/phonon port has been split into phonon itself, phonon-xine
and phono-gstreamer backends. After updating phonon port you have
to install at least one backend. phonon-xine backend is recommended
for KDE.
Diffstat (limited to 'misc/kdeedu4/Makefile')
-rw-r--r-- | misc/kdeedu4/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 90611d6a60a4..6bf34c520e14 100644 --- a/misc/kdeedu4/Makefile +++ b/misc/kdeedu4/Makefile @@ -6,7 +6,6 @@ PORTNAME= kdeedu PORTVERSION= ${KDE4_VERSION} -PORTREVISION= 1 CATEGORIES= misc kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -15,11 +14,9 @@ DIST_SUBDIR= KDE MAINTAINER= kde@FreeBSD.org COMMENT= Collection of entertaining, educational programs for KDE -BUILD_DEPENDS= ${LOCALBASE}/include/eigen/util.h:${PORTSDIR}/math/eigen \ - ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \ +BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \ gmm++>=3.0.4:${PORTSDIR}/math/gmm++ -LIB_DEPENDS= usb-0.1:${PORTSDIR}/devel/libusb \ - boost_python:${PORTSDIR}/devel/boost-python \ +LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python \ nova:${PORTSDIR}/astro/libnova \ openbabel.3:${PORTSDIR}/science/openbabel \ cfitsio.0:${PORTSDIR}/astro/cfitsio \ |