git: 4f64dffb2e22 - main - x11/terminator: add noflavors
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 23 Mar 2022 12:32:52 UTC
The branch main has been updated by ume:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4f64dffb2e22b7bfb8a14efc735ca71d545a3a4b
commit 4f64dffb2e22b7bfb8a14efc735ca71d545a3a4b
Author: Hajimu UMEMOTO <ume@FreeBSD.org>
AuthorDate: 2022-03-23 12:29:13 +0000
Commit: Hajimu UMEMOTO <ume@FreeBSD.org>
CommitDate: 2022-03-23 12:29:13 +0000
x11/terminator: add noflavors
PR: 262737
Reported by: amdmi3
---
x11/terminator/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/x11/terminator/Makefile b/x11/terminator/Makefile
index 92eccbb74ecb..876ee8afc131 100644
--- a/x11/terminator/Makefile
+++ b/x11/terminator/Makefile
@@ -2,7 +2,7 @@
PORTNAME= terminator
PORTVERSION= 2.1.1
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= x11 python
MASTER_SITES= https://github.com/gnome-terminator/terminator/archive/
DISTNAME= v${PORTVERSION}
@@ -22,7 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/lib/libkeybinder-3.0.so:x11/keybinder-gtk3 \
USES= gnome python:3.5+ shebangfix gettext
USE_GNOME= intltool pygobject3 vte3
-USE_PYTHON= autoplist distutils
+USE_PYTHON= autoplist distutils noflavors
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}