diff options
Diffstat (limited to 'chat/xchat-python/Makefile')
-rw-r--r-- | chat/xchat-python/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/xchat-python/Makefile b/chat/xchat-python/Makefile index 9d733446a00..2df273bc242 100644 --- a/chat/xchat-python/Makefile +++ b/chat/xchat-python/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.14 2010/11/16 12:21:11 tron Exp $ +# $NetBSD: Makefile,v 1.15 2011/04/22 13:45:17 obache Exp $ .include "../../chat/xchat/Makefile.common" PKGNAME= ${DISTNAME:S/-/-python-/} +PKGREVISION= 1 OWNER= tron@NetBSD.org COMMENT= Python scripting plugin for XChat |