pkgsrc-Changes archive

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

CVS commit: pkgsrc/devel/py-construct



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Jun 21 09:53:50 UTC 2017

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

Log Message:
USE_LANGUAGES is not needed


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/devel/py-construct/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-construct/Makefile
diff -u pkgsrc/devel/py-construct/Makefile:1.4 pkgsrc/devel/py-construct/Makefile:1.5
--- pkgsrc/devel/py-construct/Makefile:1.4      Wed Jun 21 09:49:27 2017
+++ pkgsrc/devel/py-construct/Makefile  Wed Jun 21 09:53:50 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/21 09:49:27 adam Exp $
+# $NetBSD: Makefile,v 1.5 2017/06/21 09:53:50 adam Exp $
 
 DISTNAME=      construct-2.8.12
 PKGNAME=       ${PYPKGPREFIX}-${DISTNAME}
@@ -12,7 +12,5 @@ LICENSE=      mit
 
 DEPENDS+=      ${PYPKGPREFIX}-six-[0-9]*:../../lang/py-six
 
-#USE_LANGUAGES=        c
-
 .include "../../lang/python/egg.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index