diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-15 08:15:06 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-15 08:15:06 +0000 |
commit | 55fc674f0247b4209df7d9ec753bf66a9dfdc123 (patch) | |
tree | 24352c13051f9eefd709b95180c12be09e4f85f4 | |
parent | 69d720da3b716889572cfebadc517742a912e3c7 (diff) | |
download | pkgsrc-55fc674f0247b4209df7d9ec753bf66a9dfdc123.tar.gz |
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
-rw-r--r-- | net/nicotine/Makefile | 4 | ||||
-rw-r--r-- | sysutils/py-notify/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/nicotine/Makefile b/net/nicotine/Makefile index b440fed149f..cb815cc68a2 100644 --- a/net/nicotine/Makefile +++ b/net/nicotine/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/06/20 01:09:31 joerg Exp $ +# $NetBSD: Makefile,v 1.28 2008/11/15 08:21:05 hasso Exp $ # DISTNAME= nicotine-1.0.8 @@ -15,7 +15,7 @@ PKG_DESTDIR_SUPPORT= user-destdir USE_PKGLOCALEDIR= yes -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 PY_PATCHPLIST= yes PYDISTUTILSPKG= yes diff --git a/sysutils/py-notify/Makefile b/sysutils/py-notify/Makefile index 04a87334c0d..f6c62b4712c 100644 --- a/sysutils/py-notify/Makefile +++ b/sysutils/py-notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2008/04/25 20:18:21 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2008/11/15 08:15:06 hasso Exp $ # DISTNAME= notify-python-0.1.1 @@ -20,7 +20,7 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config PKGCONFIG_OVERRIDE+= notify-python-0.1.1/notify-python.pc.in -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 PY_PATCHPLIST= yes .include "../../lang/python/extension.mk" |