diff options
author | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 18:28:46 +0000 |
---|---|---|
committer | Marcus Alves Grando <mnag@FreeBSD.org> | 2007-04-06 18:28:46 +0000 |
commit | bdbb9d66b8bb189cb330b59cda44b11b727480f7 (patch) | |
tree | 4a254261a09aefa663904500a64eb543a8616175 /devel/py-event | |
parent | 83283fa6fe55a1b36517a748bf31bb1e8ba05a0d (diff) | |
download | ports-bdbb9d66b8bb189cb330b59cda44b11b727480f7.tar.gz ports-bdbb9d66b8bb189cb330b59cda44b11b727480f7.zip |
Notes
Diffstat (limited to 'devel/py-event')
-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 |