pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-cairocffi



Module Name:    pkgsrc
Committed By:   joerg
Date:           Thu Apr 20 18:07:35 UTC 2017

Modified Files:
        pkgsrc/graphics/py-cairocffi: Makefile

Log Message:
Drop unnecessary GTK dependency. Bump revision.


To generate a diff of this commit:
cvs rdiff -u -r1.8 -r1.9 pkgsrc/graphics/py-cairocffi/Makefile

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

Modified files:

Index: pkgsrc/graphics/py-cairocffi/Makefile
diff -u pkgsrc/graphics/py-cairocffi/Makefile:1.8 pkgsrc/graphics/py-cairocffi/Makefile:1.9
--- pkgsrc/graphics/py-cairocffi/Makefile:1.8   Sun Feb 12 06:25:30 2017
+++ pkgsrc/graphics/py-cairocffi/Makefile       Thu Apr 20 18:07:35 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.8 2017/02/12 06:25:30 ryoon Exp $
+# $NetBSD: Makefile,v 1.9 2017/04/20 18:07:35 joerg Exp $
 
 DISTNAME=      cairocffi-0.6
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
-PKGREVISION=   4
+PKGREVISION=   5
 CATEGORIES=    graphics python
 MASTER_SITES=  ${MASTER_SITE_PYPI:=c/cairocffi/}
 
@@ -16,7 +16,6 @@ DEPENDS+=     ${PYPKGPREFIX}-cparser-[0-9]*:
 
 USE_LANGUAGES= # none
 
-.include "../../x11/gtk2/buildlink3.mk"
 .include "../../devel/glib2/buildlink3.mk"
 .include "../../graphics/gdk-pixbuf2/buildlink3.mk"
 .include "../../graphics/cairo/buildlink3.mk"



Home | Main Index | Thread Index | Old Index