diff options
author | minskim <minskim@pkgsrc.org> | 2006-05-14 20:46:37 +0000 |
---|---|---|
committer | minskim <minskim@pkgsrc.org> | 2006-05-14 20:46:37 +0000 |
commit | c3f9f31c48fd53bd1e7af0a2c73301e842d62aa2 (patch) | |
tree | 2f9c7422eabf5dffbcd7d319cd965eb1015fce4c /lang/python23/Makefile | |
parent | 5df7609a249f875c3ae4aec9278369a7b6436c5b (diff) | |
download | pkgsrc-c3f9f31c48fd53bd1e7af0a2c73301e842d62aa2.tar.gz |
Fix CHECK_INTERPRETER errors and warnings. Bump PKGREVISION.
Diffstat (limited to 'lang/python23/Makefile')
-rw-r--r-- | lang/python23/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python23/Makefile b/lang/python23/Makefile index 888ff05ff92..acfe750990a 100644 --- a/lang/python23/Makefile +++ b/lang/python23/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.36 2006/05/06 02:12:06 minskim Exp $ +# $NetBSD: Makefile,v 1.37 2006/05/14 20:46:37 minskim Exp $ # PKGNAME= python23-2.3.5 -PKGREVISION= 8 +PKGREVISION= 9 CONFLICTS+= python-[0-9]* |