diff options
author | Rene Ladan <rene@FreeBSD.org> | 2016-05-25 20:56:06 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2016-05-25 20:56:06 +0000 |
commit | 059340ceb7b48dcb0df914995161c233f99ef0fd (patch) | |
tree | 78d454d1406bb5d97fc294cd6f44956fcc86cf03 /science | |
parent | 9e185cd270a8606947ba47c16334db773754ec0a (diff) | |
download | ports-059340ceb7b48dcb0df914995161c233f99ef0fd.tar.gz ports-059340ceb7b48dcb0df914995161c233f99ef0fd.zip |
Notes
Diffstat (limited to 'science')
-rw-r--r-- | science/kalzium/Makefile | 2 | ||||
-rw-r--r-- | science/step/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/science/kalzium/Makefile b/science/kalzium/Makefile index 2cfe427f8ef8..41fd3dab87b9 100644 --- a/science/kalzium/Makefile +++ b/science/kalzium/Makefile @@ -18,7 +18,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:math/eigen2 \ ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data RUN_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/chemical-mime-data.pc:science/chemical-mime-data -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource pkgconfig tar:xz USE_OCAML= yes NO_OCAML_RUNDEPENDS= yes diff --git a/science/step/Makefile b/science/step/Makefile index 43c98206b8d7..6e140f846763 100644 --- a/science/step/Makefile +++ b/science/step/Makefile @@ -13,7 +13,7 @@ BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/eigen2.pc:math/eigen2 LIB_DEPENDS= libqalculate.so:math/libqalculate \ libgsl.so:math/gsl -USE_KDE4= kdelibs kdeprefix automoc4 +USE_KDE4= kdelibs automoc4 USES= cmake:outsource pkgconfig tar:xz USE_QT4= opengl moc_build qmake_build rcc_build uic_build |