pkgsrc-Changes archive

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

CVS commit: pkgsrc/textproc/py-peg2



Module Name:    pkgsrc
Committed By:   adam
Date:           Tue Jun 16 09:53:52 UTC 2020

Modified Files:
        pkgsrc/textproc/py-peg2: Makefile

Log Message:
py-peg2: add USE_LANGUAGES


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/textproc/py-peg2/Makefile

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

Modified files:

Index: pkgsrc/textproc/py-peg2/Makefile
diff -u pkgsrc/textproc/py-peg2/Makefile:1.1 pkgsrc/textproc/py-peg2/Makefile:1.2
--- pkgsrc/textproc/py-peg2/Makefile:1.1        Tue Jun 16 08:40:54 2020
+++ pkgsrc/textproc/py-peg2/Makefile    Tue Jun 16 09:53:52 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/06/16 08:40:54 pin Exp $
+# $NetBSD: Makefile,v 1.2 2020/06/16 09:53:52 adam Exp $
 
 DISTNAME=      pyPEG2-2.15.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/py//:tl}
@@ -12,5 +12,7 @@ LICENSE=      gnu-gpl-v2
 
 DEPENDS+=      ${PYPKGPREFIX}-lxml-[0-9]*:../../textproc/py-lxml
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/distutils.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index