diff options
Diffstat (limited to 'math')
-rw-r--r-- | math/abakus/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile index 878543071fa2..61fe3c6be944 100644 --- a/math/abakus/Makefile +++ b/math/abakus/Makefile @@ -11,8 +11,8 @@ COMMENT= Simple KDE Calculator LICENSE= GPLv2 -BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= mpfr:${PORTSDIR}/math/mpfr +BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex +LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr USE_BZIP2= yes USE_KDE4= automoc4 kdehier kdelibs kdeprefix @@ -24,5 +24,4 @@ CMAKE_ARGS= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \ LDFLAGS+= -L${LOCALBASE}/lib -NO_STAGE= yes .include <bsd.port.mk> |