summaryrefslogtreecommitdiff
path: root/lang/io
diff options
context:
space:
mode:
authorMarcus Alves Grando <mnag@FreeBSD.org>2006-12-05 13:29:01 +0000
committerMarcus Alves Grando <mnag@FreeBSD.org>2006-12-05 13:29:01 +0000
commit654f115b69090156ea0f60623194d19d7b9cfa3b (patch)
treee5279b7a5a4e4949f2d66b711a51c1de93cf45df /lang/io
parentforgot to ready version (diff)
- Bump PORT_REVISION and change LIB_DEPENDS to reflect update in devel/libevent
- Fix many wrong BUILD_DEPENDS. Thanks to ldd(1)
Notes
Notes: svn path=/head/; revision=178938
Diffstat (limited to 'lang/io')
-rw-r--r--lang/io/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/io/Makefile b/lang/io/Makefile
index 588e5f496bf6..15806c4d3e65 100644
--- a/lang/io/Makefile
+++ b/lang/io/Makefile
@@ -7,6 +7,7 @@
PORTNAME= io
PORTVERSION= 0.0.2006.05.02
+PORTREVISION= 1
CATEGORIES= lang
MASTER_SITES= http://io.urbanape.com/release/ \
http://www.sigusr1.org/~steve/
@@ -16,7 +17,7 @@ MAINTAINER= perky@FreeBSD.org
COMMENT= Small prototype-based programming language
LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre \
- event-1.2.1:${PORTSDIR}/devel/libevent
+ event-1.2a:${PORTSDIR}/devel/libevent
USE_GMAKE= yes