Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Nov 2020 14:05:07 +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: r554078 - head/x11/terminator
Message-ID:  <202011041405.0A4E57it010973@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ume
Date: Wed Nov  4 14:05:07 2020
New Revision: 554078
URL: https://svnweb.freebsd.org/changeset/ports/554078

Log:
  Add missing dependency for build.

Modified:
  head/x11/terminator/Makefile

Modified: head/x11/terminator/Makefile
==============================================================================
--- head/x11/terminator/Makefile	Wed Nov  4 14:03:56 2020	(r554077)
+++ head/x11/terminator/Makefile	Wed Nov  4 14:05:07 2020	(r554078)
@@ -12,6 +12,7 @@ COMMENT=	Multiple GNOME terminals in one window
 
 LICENSE=	GPLv2
 
+BUILD_DEPENDS=	${PYTHON_PKGNAMEPREFIX}pytest-runner>0:devel/py-pytest-runner@${PY_FLAVOR}
 RUN_DEPENDS=	${LOCALBASE}/lib/libkeybinder-3.0.so:x11/keybinder-gtk3 \
 		${LOCALBASE}/lib/libnotify.so:devel/libnotify \
 		${PYTHON_PKGNAMEPREFIX}configobj>0:devel/py-configobj@${PY_FLAVOR} \



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