summaryrefslogtreecommitdiff
path: root/math
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
parentUpdate emulators/i386-wine-devel to 1.7.12. (diff)
- Add stage support
- Convert LIB_DEPENDS to new syntax
Notes
Notes: svn path=/head/; revision=344623
Diffstat (limited to 'math')
-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>