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 9c9b77b1cac..ac5b152cfce 100644
--- a/audio/py-daap/Makefile
+++ b/audio/py-daap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2016/07/09 13:03:31 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2017/01/01 14:43:23 wiz Exp $
DISTNAME= PythonDaap-0.7
PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/PythonD/d/}
@@ -11,7 +11,7 @@ HOMEPAGE= http://movieos.org/code/pythondaap/
COMMENT= Python binding for DAAP
LICENSE= gnu-lgpl-v2.1
-PYTHON_VERSIONS_INCOMPATIBLE= 34 35 # not yet ported as of 0.7
+PYTHON_VERSIONS_INCOMPATIBLE= 34 35 36 # not yet ported as of 0.7
CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]*
.include "../../lang/python/distutils.mk"