diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2014-02-18 14:23:03 +0000 |
commit | e9c34f4c34b0640b3613f03cd96e9f19730b2a07 (patch) | |
tree | ef2b2b24dfacf6def95c54d3379c421565b1fe2b /math/kcalc/Makefile | |
parent | 4dc7ccc95d370549c7c9c7c9c253d64aa92881ae (diff) |
Notes
Diffstat (limited to 'math/kcalc/Makefile')
-rw-r--r-- | math/kcalc/Makefile | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/math/kcalc/Makefile b/math/kcalc/Makefile index 597087e4dec7..f002aeee91e6 100644 --- a/math/kcalc/Makefile +++ b/math/kcalc/Makefile @@ -3,22 +3,18 @@ PORTNAME= kcalc PORTVERSION= ${KDE4_VERSION} CATEGORIES= math kde -MASTER_SITES= ${MASTER_SITE_KDE} -MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src +MASTER_SITES= KDE/${KDE4_BRANCH}/${PORTVERSION}/src DIST_SUBDIR= KDE/${PORTVERSION} MAINTAINER= kde@FreeBSD.org COMMENT= Scientific calculator for KDE -LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp \ - mpfr:${PORTSDIR}/math/mpfr - -CONFLICTS_INSTALL= kdeutils-4.[0-7].* +LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp \ + libmpfr.so:${PORTSDIR}/math/mpfr USE_XZ= yes USE_KDE4= kdeprefix kdehier automoc4 kdelibs USES= cmake:outsource USE_QT4= xml qmake_build moc_build rcc_build uic_build -NO_STAGE= yes .include <bsd.port.mk> |