diff options
Diffstat (limited to 'math/wcalc/Makefile')
-rw-r--r-- | math/wcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/wcalc/Makefile b/math/wcalc/Makefile index ea570f29de1e..3077ec972417 100644 --- a/math/wcalc/Makefile +++ b/math/wcalc/Makefile @@ -11,8 +11,8 @@ COMMENT= Natural-expression command-line calculator LICENSE= GPLv2 -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libmpfr.so:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:math/gmp \ + libmpfr.so:math/mpfr USES= localbase readline |