diff options
author | hiramatsu <hiramatsu@pkgsrc.org> | 2015-03-15 19:11:21 +0000 |
---|---|---|
committer | hiramatsu <hiramatsu@pkgsrc.org> | 2015-03-15 19:11:21 +0000 |
commit | 118c0ec68ceab5d6a044f5e3a3f3df05a2c48a94 (patch) | |
tree | fdb686a016cf38e2c3d4df1261dace86c5ae4863 /inputmethod/py-input-pad/Makefile | |
parent | 214f96af12676b7db527dbb7e8b5cadbb5a9d2c0 (diff) | |
download | pkgsrc-118c0ec68ceab5d6a044f5e3a3f3df05a2c48a94.tar.gz |
Set MAINTAINER to pkgsrc-users.
Diffstat (limited to 'inputmethod/py-input-pad/Makefile')
-rw-r--r-- | inputmethod/py-input-pad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethod/py-input-pad/Makefile b/inputmethod/py-input-pad/Makefile index 73c5e6c1628..b4609667cff 100644 --- a/inputmethod/py-input-pad/Makefile +++ b/inputmethod/py-input-pad/Makefile @@ -1,11 +1,11 @@ -# $NetBSD: Makefile,v 1.33 2014/05/09 07:37:09 wiz Exp $ +# $NetBSD: Makefile,v 1.34 2015/03/15 19:11:22 hiramatsu Exp $ .include "../../inputmethod/input-pad/Makefile.common" PKGNAME= ${PYPKGPREFIX}-${DISTNAME} PKGREVISION= 1 -MAINTAINER= obache@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Python wrapper for Input Pad DEPENDS+= ${PYPKGPREFIX}-gtk2-[0-9]*:../../x11/py-gtk2 |