pkgsrc-Changes archive

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

CVS commit: pkgsrc/graphics/py-gdmodule



Module Name:    pkgsrc
Committed By:   darcy
Date:           Thu Sep  8 14:42:20 UTC 2016

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

Log Message:
Include Xaw-Xpm buildlink for missing X11 libraries.


To generate a diff of this commit:
cvs rdiff -u -r1.9 -r1.10 pkgsrc/graphics/py-gdmodule/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-gdmodule/Makefile
diff -u pkgsrc/graphics/py-gdmodule/Makefile:1.9 pkgsrc/graphics/py-gdmodule/Makefile:1.10
--- pkgsrc/graphics/py-gdmodule/Makefile:1.9    Thu Sep  8 14:13:07 2016
+++ pkgsrc/graphics/py-gdmodule/Makefile        Thu Sep  8 14:42:20 2016
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.9 2016/09/08 14:13:07 adam Exp $
+# $NetBSD: Makefile,v 1.10 2016/09/08 14:42:20 darcy Exp $
 
 DISTNAME=      gdmodule-0.59
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -24,5 +24,6 @@ SUBST_SED.pkgpath+=   -e 's,"png","png16",
 BUILDLINK_API_DEPENDS.gd+=     gd>=2.0.23
 .include "../../graphics/gd/buildlink3.mk"
 .include "../../graphics/giflib/buildlink3.mk"
+.include "../../x11/Xaw-Xpm/buildlink3.mk"
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index