From 34aac1f954abca1339f7f4a3593358dac21de435 Mon Sep 17 00:00:00 2001 From: Hajimu UMEMOTO Date: Sat, 25 Apr 2020 09:03:10 +0000 Subject: Set NO_ARCH. --- x11/terminator/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'x11/terminator') diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile index 7a2ed52b889d..d4135ec7a5b8 100644 --- a/x11/terminator/Makefile +++ b/x11/terminator/Makefile @@ -3,7 +3,7 @@ PORTNAME= terminator PORTVERSION= 1.92 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 python MASTER_SITES= https://github.com/gnome-terminator/terminator/releases/download/v${PORTVERSION}/ @@ -32,6 +32,8 @@ OPTIONS_DEFINE= NLS OPTIONS_SUB= yes NLS_USES= gettext +NO_ARCH= yes + .include .if !${PORT_OPTIONS:MNLS} -- cgit