Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Sep 2020 20:44:45 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550350 - head/sysutils/accounts-qml-module
Message-ID:  <202009272044.08RKijP8088874@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Sep 27 20:44:45 2020
New Revision: 550350
URL: https://svnweb.freebsd.org/changeset/ports/550350

Log:
  Attempt to fix plist on powerpc64le.
  
  While here, remove stray trailing backslash to appease portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/sysutils/accounts-qml-module/Makefile

Modified: head/sysutils/accounts-qml-module/Makefile
==============================================================================
--- head/sysutils/accounts-qml-module/Makefile	Sun Sep 27 20:43:40 2020	(r550349)
+++ head/sysutils/accounts-qml-module/Makefile	Sun Sep 27 20:44:45 2020	(r550350)
@@ -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=""



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009272044.08RKijP8088874>