aboutsummaryrefslogtreecommitdiff
path: root/math/abakus
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-16 19:09:18 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-16 19:09:18 +0000
commit4cda9784ba3ad592d74c908e7f3f2cc862656f7c (patch)
tree41336fcc9d58211fa5cfd96cfa51106623dcae26 /math/abakus
parent35ea490bbd6db00451a5042702de449939ade86a (diff)
downloadports-4cda9784ba3ad592d74c908e7f3f2cc862656f7c.tar.gz
ports-4cda9784ba3ad592d74c908e7f3f2cc862656f7c.zip
Notes
Diffstat (limited to 'math/abakus')
-rw-r--r--math/abakus/Makefile5
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>