pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/sysutils/py-augeas Do not disable the C compiler, it i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c1ee0830c5c
branches:  trunk
changeset: 419571:5c1ee0830c5c
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sat Dec 21 23:46:41 2019 +0000

description:
Do not disable the C compiler, it is used by the cFFI Python module.

diffstat:

 sysutils/py-augeas/Makefile |  4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diffs (18 lines):

diff -r 37ea2544b914 -r 5c1ee0830c5c sysutils/py-augeas/Makefile
--- a/sysutils/py-augeas/Makefile       Sat Dec 21 23:46:19 2019 +0000
+++ b/sysutils/py-augeas/Makefile       Sat Dec 21 23:46:41 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2019/02/12 12:21:00 adam Exp $
+# $NetBSD: Makefile,v 1.5 2019/12/21 23:46:41 joerg Exp $
 
 DISTNAME=      python-augeas-1.0.3
 PKGNAME=       ${DISTNAME:S/python/${PYPKGPREFIX}/}
@@ -12,8 +12,6 @@
 
 DEPENDS+=      ${PYPKGPREFIX}-cffi>=1.0.0:../../devel/py-cffi
 
-USE_LANGUAGES= # none
-
 do-test:
        cd ${WRKSRC}/test && ${PYTHONBIN} test_augeas.py
 



Home | Main Index | Thread Index | Old Index