diff options
author | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-06-11 13:37:41 +0000 |
---|---|---|
committer | Ashish SHUKLA <ashish@FreeBSD.org> | 2010-06-11 13:37:41 +0000 |
commit | cffcff87c31a41fa6931d5ebf810ceecfe1e40ae (patch) | |
tree | dccda1a8b7dd0cca0b08203a550bf822d8b6af05 /x11/xpyb | |
parent | 2883e69816cc3da87578b063699710cf735a127b (diff) | |
download | ports-cffcff87c31a41fa6931d5ebf810ceecfe1e40ae.tar.gz ports-cffcff87c31a41fa6931d5ebf810ceecfe1e40ae.zip |
Notes
Diffstat (limited to 'x11/xpyb')
-rw-r--r-- | x11/xpyb/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index d5de86b5f630..c5dbbe22b9a3 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://xcb.freedesktop.org/%SUBDIR%/ MASTER_SITE_SUBDIR= dist PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= wahjava@gmail.com +MAINTAINER= ashish@FreeBSD.org COMMENT= Python bindings to access X Window System protocol via libxcb BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto \ |