diff options
author | avilla <avilla@FreeBSD.org> | 2012-06-27 09:14:01 +0800 |
---|---|---|
committer | avilla <avilla@FreeBSD.org> | 2012-06-27 09:14:01 +0800 |
commit | 4ccfd5d4b56472e6aade2e49275727e47bd70930 (patch) | |
tree | c015b49ff947a43528e57bda699a6913b65a9613 /astro/kstars/Makefile | |
parent | 1c8df4583749f4aae34f44a951a2f6b53dd63a84 (diff) | |
download | freebsd-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/Makefile | 2 |
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 |