diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-02 16:49:24 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2018-01-02 16:49:24 +0000 |
commit | 51d04637cb2aa7e77e78d6b7de91125251405083 (patch) | |
tree | fefd75a0b797bfd5f2fbecc832b9a94f740ee983 /astro/kstars | |
parent | a3cc859109302e74945b2f3684edfd3e5c434fdc (diff) | |
download | ports-51d04637cb2aa7e77e78d6b7de91125251405083.tar.gz ports-51d04637cb2aa7e77e78d6b7de91125251405083.zip |
Notes
Diffstat (limited to 'astro/kstars')
-rw-r--r-- | astro/kstars/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index 171aaa110333..4eb0d7f7ab09 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -10,11 +10,10 @@ COMMENT= KDE 4 desktop planetarium LIB_DEPENDS= libcfitsio.so:astro/cfitsio \ libwcs.so:astro/wcslib -BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ - xplanet:astro/xplanet +BUILD_DEPENDS= xplanet:astro/xplanet RUN_DEPENDS= xplanet:astro/xplanet -USES= cmake:outsource compiler:c++11-lib kde:4 tar:xz +USES= cmake:outsource compiler:c++11-lib eigen:3 kde:4 tar:xz USE_KDE= kdelibs automoc4 USE_QT4= opengl qmake_build moc_build rcc_build uic_build |