aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhale <jhale@FreeBSD.org>2013-10-04 20:38:45 +0800
committerjhale <jhale@FreeBSD.org>2013-10-04 20:38:45 +0800
commitfbc5355f279025fefc2e8b9e2d6c5fba127a7cdb (patch)
treefe6345282d61c47b05be59d681ac09b1a500e99c
parent0cf303f83d2c1386f9b031b525f610207655e011 (diff)
downloadfreebsd-ports-gnome-fbc5355f279025fefc2e8b9e2d6c5fba127a7cdb.tar.gz
freebsd-ports-gnome-fbc5355f279025fefc2e8b9e2d6c5fba127a7cdb.tar.zst
freebsd-ports-gnome-fbc5355f279025fefc2e8b9e2d6c5fba127a7cdb.zip
- Support staging
- Make COMMENT more concise - Modernize LIB_DEPENDS
-rw-r--r--finance/libalkimia/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/finance/libalkimia/Makefile b/finance/libalkimia/Makefile
index b64300b61e05..b52b9c875afb 100644
--- a/finance/libalkimia/Makefile
+++ b/finance/libalkimia/Makefile
@@ -8,24 +8,21 @@ MASTER_SITES= http://kde-apps.org/CONTENT/content-files/
DISTNAME= 137323-${PORTNAME}-${PORTVERSION}
MAINTAINER= jhale@FreeBSD.org
-COMMENT= Financial data handling library for KDE4
+COMMENT= KDE4 financial data handling library
LICENSE= LGPL21
-LIB_DEPENDS= gmp.10:${PORTSDIR}/math/gmp
+LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
USE_BZIP2= yes
USES= cmake pkgconfig
USE_KDE4= automoc4 kdeprefix kdelibs
USE_QT4= qmake_build moc_build rcc_build uic_build
-
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-NO_STAGE= yes
post-patch:
-
@${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|' \
${WRKSRC}/${PORTNAME}/CMakeLists.txt
@${REINPLACE_CMD} -e 's|KDE4_LIB_DIR|LIB_INSTALL_DIR|g' \