pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-at-spi2



Module Name:    pkgsrc
Committed By:   jperkin
Date:           Mon Oct 22 16:13:16 UTC 2018

Modified Files:
        pkgsrc/devel/py-at-spi2: Makefile

Log Message:
py-at-spi2: Add missing dependencies.


To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 pkgsrc/devel/py-at-spi2/Makefile

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

Modified files:

Index: pkgsrc/devel/py-at-spi2/Makefile
diff -u pkgsrc/devel/py-at-spi2/Makefile:1.22 pkgsrc/devel/py-at-spi2/Makefile:1.23
--- pkgsrc/devel/py-at-spi2/Makefile:1.22       Sat Apr 14 12:24:31 2018
+++ pkgsrc/devel/py-at-spi2/Makefile    Mon Oct 22 16:13:16 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2018/04/14 12:24:31 adam Exp $
+# $NetBSD: Makefile,v 1.23 2018/10/22 16:13:16 jperkin Exp $
 
 DISTNAME=      pyatspi-2.24.0
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/pyatspi/at-spi2/}
@@ -26,5 +26,7 @@ CONFLICTS=    ${PYPKGPREFIX}-at-spi-[0-9]*
 
 CHECK_PORTABILITY_SKIP=        config/test-driver
 
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/py-gobject3-common/buildlink3.mk"
 .include "../../lang/python/extension.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index