pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/arandr



Module Name:    pkgsrc
Committed By:   tsutsui
Date:           Thu Feb 14 16:28:21 UTC 2019

Modified Files:
        pkgsrc/x11/arandr: Makefile

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

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.15 -r1.16 pkgsrc/x11/arandr/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/x11/arandr/Makefile
diff -u pkgsrc/x11/arandr/Makefile:1.15 pkgsrc/x11/arandr/Makefile:1.16
--- pkgsrc/x11/arandr/Makefile:1.15     Wed Nov 14 22:22:38 2018
+++ pkgsrc/x11/arandr/Makefile  Thu Feb 14 16:28:21 2019
@@ -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/t
 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