pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-game



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu May 10 21:53:32 UTC 2018

Modified Files:
        pkgsrc/devel/py-game: Makefile

Log Message:
py-game: add pkg-config dependency needed for previous


To generate a diff of this commit:
cvs rdiff -u -r1.36 -r1.37 pkgsrc/devel/py-game/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-game/Makefile
diff -u pkgsrc/devel/py-game/Makefile:1.36 pkgsrc/devel/py-game/Makefile:1.37
--- pkgsrc/devel/py-game/Makefile:1.36  Fri Dec 22 19:05:44 2017
+++ pkgsrc/devel/py-game/Makefile       Thu May 10 21:53:32 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.36 2017/12/22 19:05:44 he Exp $
+# $NetBSD: Makefile,v 1.37 2018/05/10 21:53:32 wiz Exp $
 
 DISTNAME=      pygame-1.9.3
 PKGREVISION=   1
@@ -11,6 +11,8 @@ HOMEPAGE=     http://www.pygame.org/
 COMMENT=       Set of Python modules designed for writing games
 LICENSE=       gnu-lgpl-v2.1
 
+USE_TOOLS+=    pkg-config
+
 REPLACE_PYTHON+=       bundle_docs.py
 REPLACE_PYTHON+=       config.py
 REPLACE_PYTHON+=       examples/*.py



Home | Main Index | Thread Index | Old Index