diff options
author | hasso <hasso@pkgsrc.org> | 2008-11-14 21:50:16 +0000 |
---|---|---|
committer | hasso <hasso@pkgsrc.org> | 2008-11-14 21:50:16 +0000 |
commit | 48fccdbc340b4403b1f3d0c4c5ab74fbed7b0e48 (patch) | |
tree | 376ede3ec5167f26c7fa777c00a8bd992375fac7 /x11/alacarte | |
parent | 97863de349f676eb99e9248fb9e466fff152b2f0 (diff) | |
download | pkgsrc-48fccdbc340b4403b1f3d0c4c5ab74fbed7b0e48.tar.gz |
Remove python24 from accepted versions since x11/py-gtk2 doesn't support it
any more.
Diffstat (limited to 'x11/alacarte')
-rw-r--r-- | x11/alacarte/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/alacarte/Makefile b/x11/alacarte/Makefile index 07cdc0f171e..290ac99a0ee 100644 --- a/x11/alacarte/Makefile +++ b/x11/alacarte/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/11/08 14:12:31 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2008/11/14 21:50:16 hasso Exp $ # DISTNAME= alacarte-0.11.6 @@ -16,7 +16,7 @@ GNU_CONFIGURE= yes USE_TOOLS+= intltool perl pkg-config gmake msgfmt USE_DIRS+= xdg-1.1 -PYTHON_VERSIONS_ACCEPTED= 25 24 +PYTHON_VERSIONS_ACCEPTED= 25 PY_PATCHPLIST= yes SUBST_CLASSES+= paths |