aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2020-05-27 21:42:14 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2020-05-27 21:42:14 +0000
commitc9f5b199ed265cf0c405cf1ba170dde3a8eeb368 (patch)
tree9575f42dc6d69de30f16440621d3ec271a71a5d2 /deskutils
parente29cb7bed101a7e99ade3e0cb6c3068ce0bc43b7 (diff)
downloadports-c9f5b199ed265cf0c405cf1ba170dde3a8eeb368.tar.gz
ports-c9f5b199ed265cf0c405cf1ba170dde3a8eeb368.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/cfiles/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/deskutils/cfiles/Makefile b/deskutils/cfiles/Makefile
index 8fb6e246d594..c104425967a6 100644
--- a/deskutils/cfiles/Makefile
+++ b/deskutils/cfiles/Makefile
@@ -4,7 +4,7 @@ PORTNAME= cfiles
DISTVERSIONPREFIX= v
DISTVERSION= 1.8-6
DISTVERSIONSUFFIX= -g327d47f
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= deskutils
MAINTAINER= yuri@FreeBSD.org
@@ -55,7 +55,9 @@ do-install:
.include <bsd.port.pre.mk>
-.if ${ARCH} != "powerpc" # textproc/fzf isn't available on powerpc because go isn't available there
+GOLANG_ONLY_FOR_ARCHS= aarch64 amd64 armv6 armv7 i386
+
+.if ${GOLANG_ONLY_FOR_ARCHS:M${ARCH}} # textproc/fzf isn't available on powerpc because go isn't available there
RUN_DEPENDS+= fzf:textproc/fzf
.endif