diff options
Diffstat (limited to 'net/mimms/Makefile')
-rw-r--r-- | net/mimms/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/mimms/Makefile b/net/mimms/Makefile index f5c455e5135..fc19a11968e 100644 --- a/net/mimms/Makefile +++ b/net/mimms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2014/01/25 10:30:16 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2014/05/09 07:37:14 wiz Exp $ DISTNAME= mimms-3.2 CATEGORIES= net multimedia @@ -11,7 +11,7 @@ COMMENT= MMS (e.g. mms://) stream downloader LICENSE= gnu-gpl-v3 USE_LANGUAGES= # none -PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of 3.2 +PYTHON_VERSIONS_INCOMPATIBLE= 33 34 # not yet ported as of 3.2 SUBST_CLASSES+= man SUBST_FILES.man+= setup.py |