diff options
author | jhale <jhale@FreeBSD.org> | 2016-01-07 23:07:37 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2016-01-07 23:07:37 +0800 |
commit | 39c17e34bf1e32b02daae8e44ad434be9e482e24 (patch) | |
tree | 8d4b3dca7ab6c762dd655656ba74f9e006f3e436 /finance | |
parent | e9a5d87db14e72caaf00d56080a52c2f8a38af1f (diff) | |
download | freebsd-ports-gnome-39c17e34bf1e32b02daae8e44ad434be9e482e24.tar.gz freebsd-ports-gnome-39c17e34bf1e32b02daae8e44ad434be9e482e24.tar.zst freebsd-ports-gnome-39c17e34bf1e32b02daae8e44ad434be9e482e24.zip |
Use pathfix
Diffstat (limited to 'finance')
-rw-r--r-- | finance/libalkimia/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/finance/libalkimia/Makefile b/finance/libalkimia/Makefile index 367ef2694f6b..5965aad528f7 100644 --- a/finance/libalkimia/Makefile +++ b/finance/libalkimia/Makefile @@ -12,14 +12,12 @@ LICENSE= LGPL21 LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp -USES= cmake:outsource tar:xz +USES= cmake:outsource pathfix tar:xz USE_KDE4= automoc4 kdeprefix kdelibs USE_QT4= qmake_build moc_build rcc_build uic_build USE_LDCONFIG= 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' \ ${WRKSRC}/${PORTNAME}/libalkimia.pc.in |