diff options
author | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-30 02:53:12 +0000 |
---|---|---|
committer | Yen-Ming Lee <leeym@FreeBSD.org> | 2006-06-30 02:53:12 +0000 |
commit | f16517a4838ffbe7105052632ff22ee50e640c46 (patch) | |
tree | 0db936d7306c846434946b6f400497c0a972c021 /devel/ocaml-event | |
parent | 1baaaa4f314839fc2e6a0cdb4f943a278c9b56b9 (diff) |
Notes
Diffstat (limited to 'devel/ocaml-event')
-rw-r--r-- | devel/ocaml-event/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ocaml-event/Makefile b/devel/ocaml-event/Makefile index 74271916fbb8..401908d8da55 100644 --- a/devel/ocaml-event/Makefile +++ b/devel/ocaml-event/Makefile @@ -29,7 +29,7 @@ PORTDOCS= * .endif # libevent library -LIB_EVENT= event-1.1a.1 +LIB_EVENT= event-1.2.1 EXAMPLE_FILES= \ Makefile \ |