aboutsummaryrefslogtreecommitdiff
path: root/sysutils/accounts-qml-module
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-09-27 20:44:45 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-09-27 20:44:45 +0000
commit3a0d1b645fe647b93b684fac2d00a42f9159a560 (patch)
tree683cf5428879cdd15e9108261a48adbe4331fda4 /sysutils/accounts-qml-module
parentb2c56a4700bc043e41bd7385aa11761e78dacdf0 (diff)
downloadports-3a0d1b645fe647b93b684fac2d00a42f9159a560.tar.gz
ports-3a0d1b645fe647b93b684fac2d00a42f9159a560.zip
Attempt to fix plist on powerpc64le.
While here, remove stray trailing backslash to appease portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=550350
Diffstat (limited to 'sysutils/accounts-qml-module')
-rw-r--r--sysutils/accounts-qml-module/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/accounts-qml-module/Makefile b/sysutils/accounts-qml-module/Makefile
index 1bc4552f912d..2c04294a78e2 100644
--- a/sysutils/accounts-qml-module/Makefile
+++ b/sysutils/accounts-qml-module/Makefile
@@ -13,7 +13,7 @@ LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libaccounts-qt5.so:net-im/libaccounts-qt5 \
- libsignon-qt5.so:sysutils/signon-qt5 \
+ libsignon-qt5.so:sysutils/signon-qt5
USES= compiler:c++11-lang gl pkgconfig qmake qt:5 tar:bz2
USE_GL= gl
@@ -26,7 +26,7 @@ GL_COMMIT= cfadea7ba8ba4011ae20d771696eb74deb87201e
.include <bsd.port.options.mk>
-.if ${ARCH} == powerpc64
+.if ${ARCH:Mpowerpc64*}
PLIST_SUB= PPC64="@comment "
.else
PLIST_SUB= PPC64=""