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 2c8443fc70a..722189e1bb6 100644
--- a/audio/py-daap/Makefile
+++ b/audio/py-daap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2018/07/03 05:03:02 adam Exp $
+# $NetBSD: Makefile,v 1.16 2019/04/26 13:13:42 maya 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 37 # not yet ported as of 0.7
+PYTHON_VERSIONS_INCOMPATIBLE= 36 37 # not yet ported as of 0.7
CONFLICTS= ${PYPKGPREFIX}-PythonDaap-[0-9]*
.include "../../lang/python/distutils.mk"