pkgsrc-Changes archive

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

CVS commit: pkgsrc/x11/mozo



Module Name:    pkgsrc
Committed By:   youri
Date:           Sun May 20 15:03:35 UTC 2018

Modified Files:
        pkgsrc/x11/mozo: Makefile

Log Message:
Fix build.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/x11/mozo/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/mozo/Makefile
diff -u pkgsrc/x11/mozo/Makefile:1.9 pkgsrc/x11/mozo/Makefile:1.10
--- pkgsrc/x11/mozo/Makefile:1.9        Sat May 19 12:22:12 2018
+++ pkgsrc/x11/mozo/Makefile    Sun May 20 15:03:35 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2018/05/19 12:22:12 youri Exp $
+# $NetBSD: Makefile,v 1.10 2018/05/20 15:03:35 youri Exp $
 
 .include "../../meta-pkgs/mate/Makefile.common"
 
@@ -7,12 +7,12 @@ CATEGORIES=   x11
 
 COMMENT=       Menu editor for MATE
 
-DEPENDS+=      ${PYPKGPREFIX}-gobject3-[0-9]*:../../devel/py-gobject3
 DEPENDS+=      ${PYPKGPREFIX}-gtk2>=2.13.0:../../x11/py-gtk2
 PYTHON_VERSIONS_INCOMPATIBLE=  34 35 36 # py-gtk2
 
 PY_PATCHPLIST= yes
 
+.include "../../devel/py-gobject3-common/buildlink3.mk"
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../x11/mate-menus/buildlink3.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"



Home | Main Index | Thread Index | Old Index