diff options
author | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
---|---|---|
committer | Florent Thoumie <flz@FreeBSD.org> | 2009-01-23 16:28:36 +0000 |
commit | 340b57f8beb786be8990652b17d2e45f182346e6 (patch) | |
tree | c3e6d8718763fb6c4df9ddb40d2544e7ceccaccd /x11/xpyb/Makefile | |
parent | 66a81c62b92aa3373e54dc3b68238b43561f244f (diff) | |
download | ports-340b57f8beb786be8990652b17d2e45f182346e6.tar.gz ports-340b57f8beb786be8990652b17d2e45f182346e6.zip |
Notes
Diffstat (limited to 'x11/xpyb/Makefile')
-rw-r--r-- | x11/xpyb/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/xpyb/Makefile b/x11/xpyb/Makefile index 2994a17bb82b..7f8c5cfc6106 100644 --- a/x11/xpyb/Makefile +++ b/x11/xpyb/Makefile @@ -6,7 +6,8 @@ # PORTNAME= xpyb -PORTVERSION= 1.0 +PORTVERSION= 1.0 +PORTREVISION= 1 CATEGORIES= x11 python MASTER_SITES= http://xcb.freedesktop.org/%SUBDIR%/ MASTER_SITE_SUBDIR= dist @@ -16,7 +17,7 @@ MAINTAINER= wahjava@gmail.com COMMENT= Python bindings to access X Window System protocol via libxcb BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/xcb-proto.pc:${PORTSDIR}/x11/xcb-proto -LIB_DEPENDS= xcb.1:${PORTSDIR}/x11/libxcb +LIB_DEPENDS= xcb.2:${PORTSDIR}/x11/libxcb USE_BZIP2= yes USE_PYTHON= 2.5+ |