diff options
author | makc <makc@FreeBSD.org> | 2010-05-21 21:00:42 +0000 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-05-21 21:00:42 +0000 |
commit | c7e3e0f74f8b303752c0b8c411e62a4fa738ad65 (patch) | |
tree | ef9badc18aea7bf549f285739b4c107a5c204abb | |
parent | 46952a6be885734bfa05a951b0b12dd8c41046bb (diff) | |
download | FreeBSD-ports-c7e3e0f74f8b303752c0b8c411e62a4fa738ad65.zip FreeBSD-ports-c7e3e0f74f8b303752c0b8c411e62a4fa738ad65.tar.gz |
Enable gps support in Marble
-rw-r--r-- | misc/kdeedu4/Makefile | 10 | ||||
-rw-r--r-- | misc/kdeedu4/pkg-plist | 3 |
2 files changed, 4 insertions, 9 deletions
diff --git a/misc/kdeedu4/Makefile b/misc/kdeedu4/Makefile index 8dc4cc4..a78bf47 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 @@ -24,8 +25,8 @@ LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \ cfitsio.0:${PORTSDIR}/astro/cfitsio \ qalculate.5:${PORTSDIR}/math/libqalculate \ gsl.15:${PORTSDIR}/math/gsl \ - spectre.1:${PORTSDIR}/print/libspectre -# gps.19:${PORTSDIR}/astro/gpsd + spectre.1:${PORTSDIR}/print/libspectre \ + gps.19:${PORTSDIR}/astro/gpsd RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet LATEST_LINK= ${PORTNAME}4 @@ -53,9 +54,4 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \ -DBOOST_PYTHON_LIBS="-L${LOCALBASE}/lib -lboost_python -l${PYTHON_VERSION}" \ -DWITH_R:BOOL=OFF -#Disable gpsd support, new version is required -post-patch: - ${REINPLACE_CMD} -e "/find_package/d" \ - ${WRKSRC}/marble/src/plugins/positionprovider/CMakeLists.txt - .include <bsd.port.mk> diff --git a/misc/kdeedu4/pkg-plist b/misc/kdeedu4/pkg-plist index 61c5133..eeecf55 100644 --- a/misc/kdeedu4/pkg-plist +++ b/misc/kdeedu4/pkg-plist @@ -214,8 +214,7 @@ lib/kde4/plugins/designer/kalziumuiwidgets.so lib/kde4/plugins/marble/CompassFloatItem.so lib/kde4/plugins/marble/CrosshairsPlugin.so lib/kde4/plugins/marble/GeoRendererPlugin.so -@comment requires new astro/gpsd -@comment lib/kde4/plugins/marble/GpsdPositionProviderPlugin.so +lib/kde4/plugins/marble/GpsdPositionProviderPlugin.so lib/kde4/plugins/marble/GraticulePlugin.so lib/kde4/plugins/marble/MapScaleFloatItem.so lib/kde4/plugins/marble/NavigationFloatItem.so |