diff options
author | tron <tron> | 2009-09-23 09:54:45 +0000 |
---|---|---|
committer | tron <tron> | 2009-09-23 09:54:45 +0000 |
commit | 5a69e91ec229b4560f7a6079244fccfdd3fdd5fb (patch) | |
tree | 2ea31493b365caeb290a56bdc64a51a0373fa8b9 /devel/py-at-spi | |
parent | 9150e0b67fb005498fb9b861285824b6bd90b757 (diff) | |
download | pkgsrc-5a69e91ec229b4560f7a6079244fccfdd3fdd5fb.tar.gz |
Remove "PYTHON_VERSIONS_ACCEPTED= 26 25 24" which is unnecessary
after Python 2.3 has been removed from "pkgsrc".
Approved by Thomas Klausner.
Diffstat (limited to 'devel/py-at-spi')
-rw-r--r-- | devel/py-at-spi/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devel/py-at-spi/Makefile b/devel/py-at-spi/Makefile index 93081fb033e..c003f86be15 100644 --- a/devel/py-at-spi/Makefile +++ b/devel/py-at-spi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2009/08/26 19:57:07 sno Exp $ +# $NetBSD: Makefile,v 1.12 2009/09/23 09:54:45 tron Exp $ # DISTNAME= at-spi-1.26.0 @@ -16,7 +16,6 @@ PKG_DESTDIR_SUPPORT= user-destdir NO_BUILD= yes PY_PATCHPLIST= yes -PYTHON_VERSIONS_ACCEPTED= 26 25 24 PYATSPIDIR= ${PREFIX}/${PYSITELIB}/pyatspi INSTALLATION_DIRS= ${PYATSPIDIR} |