diff options
-rw-r--r-- | x11/terminator/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
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 <bsd.port.pre.mk> .if !${PORT_OPTIONS:MNLS} |