[linimon at FreeBSD.org: svn commit: r550337 - head/graphics/gimp-app]
Mark Linimon
linimon at lonesome.com
Sun Sep 27 20:12:36 UTC 2020
FYI
mcl
----- Forwarded message from Mark Linimon <linimon at FreeBSD.org> -----
Date: Sun, 27 Sep 2020 20:11:55 +0000 (UTC)
From: Mark Linimon <linimon at FreeBSD.org>
To: ports-committers at freebsd.org, svn-ports-all at freebsd.org, svn-ports-head at freebsd.org
Subject: svn commit: r550337 - head/graphics/gimp-app
Author: linimon
Date: Sun Sep 27 20:11:55 2020
New Revision: 550337
URL: https://svnweb.freebsd.org/changeset/ports/550337
Log:
Set LIB_DEPENDS for powerpc64le the same as powerpc64.
Approved by: portmgr (tier-2 blanket)
Modified:
head/graphics/gimp-app/Makefile
Modified: head/graphics/gimp-app/Makefile
==============================================================================
--- head/graphics/gimp-app/Makefile Sun Sep 27 20:08:18 2020 (r550336)
+++ head/graphics/gimp-app/Makefile Sun Sep 27 20:11:55 2020 (r550337)
@@ -41,7 +41,8 @@ LIB_DEPENDS+= libjson-glib-1.0.so:devel/json-glib \
LIB_DEPENDS_aarch64= libunwind.so:devel/libunwind
LIB_DEPENDS_amd64= libunwind.so:devel/libunwind
LIB_DEPENDS_i386= libunwind.so:devel/libunwind
-LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind
+LIB_DEPENDS_powerpc64= libunwind.so:devel/libunwind
+LIB_DEPENDS_powerpc64le= libunwind.so:devel/libunwind
GNU_CONFIGURE= yes
USES+= compiler:c++14-lang cpe gettext gmake gnome jpeg libtool \
----- End forwarded message -----
More information about the freebsd-gnome
mailing list