svn commit: r554078 - head/x11/terminator

Hajimu UMEMOTO ume at FreeBSD.org
Wed Nov 4 14:05:07 UTC 2020


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} \


More information about the svn-ports-all mailing list