pkgsrc-Changes archive

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

CVS commit: pkgsrc/wm/openbox



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Thu Oct 20 00:30:46 UTC 2022

Modified Files:
        pkgsrc/wm/openbox: Makefile

Log Message:
openbox: record py-xdg dependency


To generate a diff of this commit:
cvs rdiff -u -r1.113 -r1.114 pkgsrc/wm/openbox/Makefile

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

Modified files:

Index: pkgsrc/wm/openbox/Makefile
diff -u pkgsrc/wm/openbox/Makefile:1.113 pkgsrc/wm/openbox/Makefile:1.114
--- pkgsrc/wm/openbox/Makefile:1.113    Mon Sep  5 15:55:42 2022
+++ pkgsrc/wm/openbox/Makefile  Thu Oct 20 00:30:46 2022
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.113 2022/09/05 15:55:42 riastradh Exp $
+# $NetBSD: Makefile,v 1.114 2022/10/20 00:30:46 gutteridge Exp $
 
 DISTNAME=      openbox-3.6.1
-PKGREVISION=   20
+PKGREVISION=   21
 CATEGORIES=    wm x11
 MASTER_SITES=  http://openbox.org/dist/openbox/
 
@@ -10,6 +10,7 @@ HOMEPAGE=     http://openbox.org/
 COMMENT=       Standards compliant, light-weight, and extensible window manager
 LICENSE=       gnu-gpl-v2
 
+DEPENDS+=              ${PYPKGPREFIX}-xdg-[0-9]*:../../devel/py-xdg
 DEPENDS+=              vera-ttf>=1.10:../../fonts/vera-ttf
 
 GNU_CONFIGURE=         YES



Home | Main Index | Thread Index | Old Index