Attempt to fix plist on powerpc64le.

While here, remove stray trailing backslash to appease portlint.

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-09-27 20:44:45 +00:00
parent b2c56a4700
commit 3a0d1b645f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=550350

View File

@ -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=""