Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 25 Apr 2020 09:03:10 +0000 (UTC)
From:      Hajimu UMEMOTO <ume@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r532926 - head/x11/terminator
Message-ID:  <202004250903.03P93A91024152@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Sat Apr 25 09:03:10 2020
New Revision: 532926
URL: https://svnweb.freebsd.org/changeset/ports/532926

Log:
  Set NO_ARCH.

Modified:
  head/x11/terminator/Makefile

Modified: head/x11/terminator/Makefile
==============================================================================
--- head/x11/terminator/Makefile	Sat Apr 25 08:58:40 2020	(r532925)
+++ head/x11/terminator/Makefile	Sat Apr 25 09:03:10 2020	(r532926)
@@ -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}/
 
@@ -31,6 +31,8 @@ bash_CMD=	${SH}
 OPTIONS_DEFINE=		NLS
 OPTIONS_SUB=		yes
 NLS_USES=		gettext
+
+NO_ARCH=	yes
 
 .include <bsd.port.pre.mk>
 



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