pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/moss This package requires thread-enabled Python.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/b4f072b2e6ad
branches:  trunk
changeset: 479387:b4f072b2e6ad
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Fri Aug 13 15:09:58 2004 +0000

description:
This package requires thread-enabled Python.

diffstat:

 audio/moss/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f0d222fd5a4a -r b4f072b2e6ad audio/moss/Makefile
--- a/audio/moss/Makefile       Fri Aug 13 14:56:18 2004 +0000
+++ b/audio/moss/Makefile       Fri Aug 13 15:09:58 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/08/10 06:48:21 minskim Exp $
+# $NetBSD: Makefile,v 1.2 2004/08/13 15:09:58 minskim Exp $
 
 DISTNAME=      moss-0.1.2
 CATEGORIES=    audio
@@ -14,7 +14,8 @@
 USE_BUILDLINK3=        yes
 USE_PKGINSTALL= yes
 
-PYTHON_PATCH_SCRIPTS=  ${WRKSRC}/*.py
+PYTHON_VERSIONS_ACCEPTED=      23pth 22pth 21pth
+PYTHON_PATCH_SCRIPTS=          ${WRKSRC}/*.py
 
 RCD_SCRIPTS=   moss
 CONF_FILES=    ${PREFIX}/share/moss/moss.conf.sample   \



Home | Main Index | Thread Index | Old Index