diff options
Diffstat (limited to 'audio/tunapie/Makefile')
-rw-r--r-- | audio/tunapie/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/tunapie/Makefile b/audio/tunapie/Makefile index f803808df21..057463463ff 100644 --- a/audio/tunapie/Makefile +++ b/audio/tunapie/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2012/10/02 23:48:12 asau Exp $ -# +# $NetBSD: Makefile,v 1.17 2014/01/25 10:29:57 wiz Exp $ DISTNAME= tunapie-2.1.18 PKGREVISION= 1 @@ -13,6 +12,8 @@ LICENSE= gnu-gpl-v2 DEPENDS+= ${PYPKGPREFIX}-wxWidgets>=2.6:../../x11/py-wxWidgets +PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-wxWidgets + USE_LANGUAGES= # none SUBST_CLASSES+= fixpaths |