summaryrefslogtreecommitdiff
path: root/audio/py-daap/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'audio/py-daap/Makefile')
-rw-r--r--audio/py-daap/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/py-daap/Makefile b/audio/py-daap/Makefile
index e008a7e723c..2c8443fc70a 100644
--- a/audio/py-daap/Makefile
+++ b/audio/py-daap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2017/09/04 18:08:18 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:02 adam Exp $
DISTNAME= PythonDaap-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/}
@@ -11,7 +11,7 @@ HOMEPAGE= https://movieos.org/code/pythondaap/
COMMENT= Python binding for DAAP
LICENSE= gnu-lgpl-v2.1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 37 # not yet ported as of 0.7
CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]*
.include "../../lang/python/distutils.mk"