aboutsummaryrefslogtreecommitdiffstats
path: root/astro/kstars/Makefile
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2012-06-27 09:14:01 +0800
committeravilla <avilla@FreeBSD.org>2012-06-27 09:14:01 +0800
commit4ccfd5d4b56472e6aade2e49275727e47bd70930 (patch)
treec015b49ff947a43528e57bda699a6913b65a9613 /astro/kstars/Makefile
parent1c8df4583749f4aae34f44a951a2f6b53dd63a84 (diff)
downloadfreebsd-ports-gnome-4ccfd5d4b56472e6aade2e49275727e47bd70930.tar.gz
freebsd-ports-gnome-4ccfd5d4b56472e6aade2e49275727e47bd70930.tar.zst
freebsd-ports-gnome-4ccfd5d4b56472e6aade2e49275727e47bd70930.zip
- Detect eigen2 by checking for .pc file, not min. port version.
If a user had eigen3 installed, but not eigen2, the min. port version check would not differentiate between the two. Submitted by: Jason E. Hale <bsdkaffee at gmail.com> via area51
Diffstat (limited to 'astro/kstars/Makefile')
-rw-r--r--astro/kstars/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile
index ec0d3699b75a..fb4d29351daf 100644
--- a/astro/kstars/Makefile
+++ b/astro/kstars/Makefile
@@ -17,7 +17,7 @@ COMMENT= KDE 4 desktop planetarium
LIB_DEPENDS= cfitsio.0:${PORTSDIR}/astro/cfitsio
-BUILD_DEPENDS= eigen>=2.0.b3:${PORTSDIR}/math/eigen2 \
+BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:${PORTSDIR}/math/eigen2 \
xplanet:${PORTSDIR}/astro/xplanet
RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet