summaryrefslogtreecommitdiff
path: root/x11/arandr
diff options
context:
space:
mode:
authortsutsui <tsutsui@pkgsrc.org>2019-02-14 16:28:21 +0000
committertsutsui <tsutsui@pkgsrc.org>2019-02-14 16:28:21 +0000
commitbe7c8c482d0fa466a87f1b94d73c9302794bd532 (patch)
tree1cf8f0a259d4002947043d79a2a8954e021d11c1 /x11/arandr
parent0119a89c6b7a5fc6dfcc382f494670c217f0e9ef (diff)
downloadpkgsrc-be7c8c482d0fa466a87f1b94d73c9302794bd532.tar.gz
arandr: py-docutils is required only on build to generate man pages.
Bump PKGREVISION.
Diffstat (limited to 'x11/arandr')
-rw-r--r--x11/arandr/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/arandr/Makefile b/x11/arandr/Makefile
index 5fe8b1d3073..746a4c3b2c5 100644
--- a/x11/arandr/Makefile
+++ b/x11/arandr/Makefile
@@ -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 @@ HOMEPAGE= http://christian.amsuess.com/tools/arandr/
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"