diff options
author | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-24 08:20:31 +0000 |
---|---|---|
committer | Tobias C. Berner <tcberner@FreeBSD.org> | 2016-08-24 08:20:31 +0000 |
commit | 0f583d87000061087521fb77c44c9055d122d787 (patch) | |
tree | b9dc00f333e96550a5732b38b9c9444035e4339c /astro/kstars | |
parent | 558a51279c03199a7a20966174a8f0a1f33dc9b2 (diff) | |
download | ports-0f583d87000061087521fb77c44c9055d122d787.tar.gz ports-0f583d87000061087521fb77c44c9055d122d787.zip |
Notes
Diffstat (limited to 'astro/kstars')
-rw-r--r-- | astro/kstars/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/astro/kstars/Makefile b/astro/kstars/Makefile index bbd19d7f0e75..aa4597a2e3ae 100644 --- a/astro/kstars/Makefile +++ b/astro/kstars/Makefile @@ -16,13 +16,13 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen3.pc:math/eigen3 \ xplanet:astro/xplanet RUN_DEPENDS= xplanet:astro/xplanet -USE_KDE4= kdelibs automoc4 -USES= cmake:outsource compiler:c++11-lib tar:xz +USES= cmake:outsource compiler:c++11-lib kde:4 tar:xz +USE_KDE= kdelibs automoc4 USE_QT4= opengl qmake_build moc_build rcc_build uic_build OPTIONS_DEFINE= PYKDE PYKDE_DESC= Support for updating supernovae data -PYKDE_USE= KDE4=pykde4_run +PYKDE_USE= KDE=pykde4_run .include <bsd.port.mk> |