diff options
Diffstat (limited to 'devel/ply')
-rw-r--r-- | devel/ply/Makefile | 4 |
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 |