diff options
Diffstat (limited to 'math/kcalc/Makefile')
-rw-r--r-- | math/kcalc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index b1522abf098b..0db896d02db8 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -9,8 +9,8 @@ DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Scientific calculator for KDE -LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ - libmpfr.so:${PORTSDIR}/math/mpfr +LIB_DEPENDS= libgmp.so:math/gmp \ + libmpfr.so:math/mpfr USE_KDE4= kdeprefix automoc4 kdelibs USES= cmake:outsource tar:xz |