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.
This commit is contained in:
John Marino 2014-02-21 18:35:55 +00:00
parent e531cf36b7
commit 40529cb1b4
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=345526

View File

@ -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