Date: Wed, 7 Nov 2018 01:08:38 +0000 (UTC) From: Conrad Meyer <cem@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r484376 - head/graphics/driconf Message-ID: <201811070108.wA718c1a010766@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201811070108.wA718c1a010766>