aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2022-03-23 12:29:13 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2022-03-23 12:29:13 +0000
commit4f64dffb2e22b7bfb8a14efc735ca71d545a3a4b (patch)
tree87cdfe71b944c55e57d1f624e71168eb1782cd5a /x11
parent3962814bcfc11cc441b6ba81a28eb96243a03e02 (diff)
downloadports-4f64dffb2e22b7bfb8a14efc735ca71d545a3a4b.tar.gz
ports-4f64dffb2e22b7bfb8a14efc735ca71d545a3a4b.zip
x11/terminator: add noflavors
PR: 262737 Reported by: amdmi3
Diffstat (limited to 'x11')
-rw-r--r--x11/terminator/Makefile4
1 files 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}