diff options
Diffstat (limited to 'devel/py-event/Makefile')
-rw-r--r-- | devel/py-event/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/py-event/Makefile b/devel/py-event/Makefile index d5a79c0acc28..5085bfca2b35 100644 --- a/devel/py-event/Makefile +++ b/devel/py-event/Makefile @@ -6,6 +6,7 @@ PORTNAME= event PORTVERSION= 0.3 +PORTREVISION= 1 CATEGORIES= devel net python MASTER_SITES= http://pyevent.googlecode.com/files/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} @@ -14,7 +15,7 @@ DISTNAME= py${PORTNAME}-${PORTVERSION} MAINTAINER= alexbl@FreeBSD.org COMMENT= Python bindings for libevent -LIB_DEPENDS= event-1.2a.1:${PORTSDIR}/devel/libevent +LIB_DEPENDS= event-1.3b:${PORTSDIR}/devel/libevent USE_PYTHON= yes USE_PYDISTUTILS= yes |