pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/py-curses
Module Name: pkgsrc
Committed By: nros
Date: Sun Dec 26 20:03:30 UTC 2021
Modified Files:
pkgsrc/devel/py-curses: Makefile
Log Message:
make sure ncursesprefix is set in setup.py
To generate a diff of this commit:
cvs rdiff -u -r1.53 -r1.54 pkgsrc/devel/py-curses/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-curses/Makefile
diff -u pkgsrc/devel/py-curses/Makefile:1.53 pkgsrc/devel/py-curses/Makefile:1.54
--- pkgsrc/devel/py-curses/Makefile:1.53 Sun Dec 26 19:57:05 2021
+++ pkgsrc/devel/py-curses/Makefile Sun Dec 26 20:03:29 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.53 2021/12/26 19:57:05 nros Exp $
+# $NetBSD: Makefile,v 1.54 2021/12/26 20:03:29 nros Exp $
PKGNAME= ${PYPKGPREFIX}-curses-${PY_DISTVERSION}
PKGREVISION= 6
@@ -16,7 +16,7 @@ USE_CURSES= getsyx
# But we build as ncurses still to get the full feature set easily
FAKE_NCURSES= yes
-PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.ncurses}
+PY_SETUP_SUBST= NCURSESPREFIX=${BUILDLINK_PREFIX.curses}
PYSETUPINSTALLARGS+= --install-lib ${PREFIX}/${PYLIB}/lib-dynload
.include "../../lang/python/extension.mk"
Home |
Main Index |
Thread Index |
Old Index