summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-06-03 00:13:07 +0000
committerjoerg <joerg@pkgsrc.org>2006-06-03 00:13:07 +0000
commitbb0e7ab3c5385133c2f533383f292ef1b527b58b (patch)
treeb6f926cac8066adae35b7d843f73d950401a07e7 /devel
parent904165014504ee2c93ee4ecd0f7cfc627d2d0114 (diff)
downloadpkgsrc-bb0e7ab3c5385133c2f533383f292ef1b527b58b.tar.gz
No need to mark 1.5 as incompatible, it isn't active by default anyway.
Diffstat (limited to 'devel')
-rw-r--r--devel/ply/Makefile4
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/ply/Makefile b/devel/ply/Makefile
index 06c4f747023..082ecd7e810 100644
--- a/devel/ply/Makefile
+++ b/devel/ply/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2006/02/05 23:08:50 joerg Exp $
+# $NetBSD: Makefile,v 1.7 2006/06/03 00:13:07 joerg Exp $
DISTNAME= ply-1.5
PKGREVISION= 1
@@ -11,8 +11,6 @@ COMMENT= Python Lex-Yacc
PYDISTUTILSPKG= yes
-PYTHON_VERSIONS_INCOMPATIBLE= 15 # 2.0 or greater
-
DOCDIR= ${PREFIX}/share/doc/ply
EGDIR= ${PREFIX}/share/examples/ply