pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-frozendict



Module Name:    pkgsrc
Committed By:   js
Date:           Sat Apr 18 13:01:46 UTC 2020

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

Log Message:
devel/py-frozendict: Add missing USE_LANGUAGES=


To generate a diff of this commit:
cvs rdiff -u -r1.1 -r1.2 pkgsrc/devel/py-frozendict/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-frozendict/Makefile
diff -u pkgsrc/devel/py-frozendict/Makefile:1.1 pkgsrc/devel/py-frozendict/Makefile:1.2
--- pkgsrc/devel/py-frozendict/Makefile:1.1     Sat Apr 18 12:45:26 2020
+++ pkgsrc/devel/py-frozendict/Makefile Sat Apr 18 13:01:46 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2020/04/18 12:45:26 js Exp $
+# $NetBSD: Makefile,v 1.2 2020/04/18 13:01:46 js Exp $
 
 DISTNAME=      frozendict-1.2
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME:S/v//}
@@ -10,5 +10,7 @@ HOMEPAGE=     https://github.com/slezica/pyt
 COMMENT=       Immutable wrapper around dictionaries
 LICENSE=       mit
 
+USE_LANGUAGES= # none
+
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index