diff options
author | jhale <jhale@FreeBSD.org> | 2018-10-15 19:48:08 +0800 |
---|---|---|
committer | jhale <jhale@FreeBSD.org> | 2018-10-15 19:48:08 +0800 |
commit | 5c026a8c08e2ff01a38544f979a6b3cd8c42cdbd (patch) | |
tree | 94bbb00da6dac6c4cb477bb320b5824c458d5ab4 /finance | |
parent | 5ee59755557661905c756b5c5d567f1d9c6238d1 (diff) | |
download | freebsd-ports-gnome-5c026a8c08e2ff01a38544f979a6b3cd8c42cdbd.tar.gz freebsd-ports-gnome-5c026a8c08e2ff01a38544f979a6b3cd8c42cdbd.tar.zst freebsd-ports-gnome-5c026a8c08e2ff01a38544f979a6b3cd8c42cdbd.zip |
Fix build on powerpc64
PR: 232227
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Sponsored by: IntegriCloud
Diffstat (limited to 'finance')
-rw-r--r-- | finance/alkimia/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/alkimia/Makefile b/finance/alkimia/Makefile index 34182617688c..5b63eebea895 100644 --- a/finance/alkimia/Makefile +++ b/finance/alkimia/Makefile @@ -15,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING.LIB # Depending on ecm via USE_KDE causes unwanted CMAKE_ARGS to be set BUILD_DEPENDS= ${LOCALBASE}/share/ECM/cmake/ECMConfig.cmake:devel/kf5-extra-cmake-modules -USES= cmake:outsource pathfix tar:xz +USES= cmake:outsource compiler:c++11-lang pathfix tar:xz USE_LDCONFIG= yes SLAVE?= qt5 |