aboutsummaryrefslogtreecommitdiff
path: root/math/abakus
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-02-21 18:35:55 +0000
committerJohn Marino <marino@FreeBSD.org>2014-02-21 18:35:55 +0000
commit40529cb1b4b5aafa043d9b32954147f506afba70 (patch)
treec6493c0bb0ebf7c2b8197dc7f87b41517902bdca /math/abakus
parente531cf36b71791cf50314d39199b9a928198e448 (diff)
downloadports-40529cb1b4b5aafa043d9b32954147f506afba70.tar.gz
ports-40529cb1b4b5aafa043d9b32954147f506afba70.zip
math/abakus: Use absolute path of flex during specification
Since flex is in base, specifying "flex" in BUILD_DEPENDS does nothing; the requirement is satisfied by the base flex and the ports version is not brought in. One problem: the abakus makefile uses the absolute path of flex, so it has to be brought in.
Notes
Notes: svn path=/head/; revision=345526
Diffstat (limited to 'math/abakus')
-rw-r--r--math/abakus/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/abakus/Makefile b/math/abakus/Makefile
index e8b85a8c9f7c..d2254ed4b912 100644
--- a/math/abakus/Makefile
+++ b/math/abakus/Makefile
@@ -12,7 +12,7 @@ COMMENT= Simple KDE Calculator
LICENSE= GPLv2
-BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex
+BUILD_DEPENDS= ${LOCALBASE}/bin/flex:${PORTSDIR}/textproc/flex
LIB_DEPENDS= libmpfr.so:${PORTSDIR}/math/mpfr
USE_BZIP2= yes