pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/arandr arandr: py-docutils is required only on bui...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2c35cb83430e
branches:  trunk
changeset: 319545:2c35cb83430e
user:      tsutsui <tsutsui%pkgsrc.org@localhost>
date:      Thu Feb 14 16:28:21 2019 +0000

description:
arandr: py-docutils is required only on build to generate man pages.

Bump PKGREVISION.

diffstat:

 x11/arandr/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (22 lines):

diff -r ee460c7b0b72 -r 2c35cb83430e x11/arandr/Makefile
--- a/x11/arandr/Makefile       Thu Feb 14 16:24:23 2019 +0000
+++ b/x11/arandr/Makefile       Thu Feb 14 16:28:21 2019 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2018/11/14 22:22:38 kleink Exp $
+# $NetBSD: Makefile,v 1.16 2019/02/14 16:28:21 tsutsui Exp $
 
 DISTNAME=      arandr-0.1.9
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    x11
 MASTER_SITES=  http://christian.amsuess.com/tools/arandr/files/
 
@@ -10,7 +10,7 @@
 COMMENT=       Designed to provide a simple visual front end for XRandR
 LICENSE=       gnu-gpl-v3
 
-DEPENDS+=      ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils
+BUILD_DEPENDS+=        ${PYPKGPREFIX}-docutils>=0.6:../../textproc/py-docutils
 
 .include "../../mk/bsd.prefs.mk"
 



Home | Main Index | Thread Index | Old Index