diff options
Diffstat (limited to 'math/abakus/Makefile')
-rw-r--r-- | math/abakus/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index 8435e65996db..9a7cae1a8dc6 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -17,8 +17,7 @@ LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr USE_BZIP2= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix USE_QT4= moc_build qmake_build rcc_build uic_build -USES= bison -USE_CMAKE= yes +USES= bison cmake CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \ -DCMAKE_REQUIRED_FLAGS:STRING="${LDFLAGS}" \ -DFLEX_EXECUTABLE:FILEPATH=${LOCALBASE}/bin/flex |