svn commit: r484376 - head/graphics/driconf

Conrad Meyer cem at FreeBSD.org
Wed Nov 7 01:08:39 UTC 2018


Author: cem (src committer)
Date: Wed Nov  7 01:08:38 2018
New Revision: 484376
URL: https://svnweb.freebsd.org/changeset/ports/484376

Log:
  graphics/driconf: Fix missing run-depend on xdriinfo
  
  PR:		233009
  Approved by:	bdrewery

Modified:
  head/graphics/driconf/Makefile

Modified: head/graphics/driconf/Makefile
==============================================================================
--- head/graphics/driconf/Makefile	Wed Nov  7 00:53:41 2018	(r484375)
+++ head/graphics/driconf/Makefile	Wed Nov  7 01:08:38 2018	(r484376)
@@ -3,7 +3,7 @@
 
 PORTNAME=	driconf
 PORTVERSION=	0.9.1
-PORTREVISION=	11
+PORTREVISION=	12
 CATEGORIES=	graphics
 MASTER_SITES=	DEBIAN
 DISTFILES=	${PORTNAME}_${PORTVERSION}.orig.tar.gz
@@ -11,7 +11,8 @@ DISTFILES=	${PORTNAME}_${PORTVERSION}.orig.tar.gz
 MAINTAINER=	lichray at gmail.com
 COMMENT=	Configuration program for DRI drivers
 
-RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2
+RUN_DEPENDS=	${PYTHON_SITELIBDIR}/gtk-2.0/gtk/__init__.py:x11-toolkits/py-gtk2 \
+		xdriinfo:x11/xdriinfo
 
 USE_GL=		glut
 USE_PYTHON=	distutils


More information about the svn-ports-all mailing list