diff options
author | zafer <zafer@pkgsrc.org> | 2009-05-10 10:28:50 +0000 |
---|---|---|
committer | zafer <zafer@pkgsrc.org> | 2009-05-10 10:28:50 +0000 |
commit | 0a2f78b38ebb30d6bf361d0ce040590a78538710 (patch) | |
tree | 4a099d3ff979000b97fa7e0ac2124953539536f1 /net | |
parent | e68d695c349b2d4c58a8a1f2d1df2a099065e566 (diff) | |
download | pkgsrc-0a2f78b38ebb30d6bf361d0ce040590a78538710.tar.gz |
add 26 to PYTHON_VERSIONS_ACCEPTED.
Diffstat (limited to 'net')
-rw-r--r-- | net/youtube-dl/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/youtube-dl/Makefile b/net/youtube-dl/Makefile index da59f21ca6e..c9b005dade4 100644 --- a/net/youtube-dl/Makefile +++ b/net/youtube-dl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2009/04/28 14:50:29 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2009/05/10 10:28:50 zafer Exp $ # DISTNAME= youtube-dl @@ -15,7 +15,7 @@ COMMENT= Download videos from youtube.com PKG_DESTDIR_SUPPORT= user-destdir USE_LANGUAGES= # none -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 26 25 24 NO_BUILD= yes WRKSRC= ${WRKDIR} |