diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:16:16 +0000 |
commit | 8d6597e0bb9591c40fc6d0c6e2159fca51178d56 (patch) | |
tree | d3548a0f08ca434f11cb4415a93d98037409413b /math/abakus | |
parent | a9dcad2fffcc27906b85c5a15fdb3e50fdc1e2e2 (diff) |
Notes
Diffstat (limited to 'math/abakus')
-rw-r--r-- | math/abakus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index eb017ad789c4..ffa8224d5989 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -12,8 +12,8 @@ COMMENT= Simple KDE Calculator LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr +BUILD_DEPENDS= ${LOCALBASE}/bin/flex:textproc/flex +LIB_DEPENDS= libmpfr.so:math/mpfr USE_KDE4= automoc4 kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build |