diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2005-05-26 02:46:06 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2005-05-26 02:46:06 +0000 |
commit | 6853d329a1079571e80a90b8e747523109ffce28 (patch) | |
tree | 3a4a636f208919d71cc1b19887943c53381685f0 /devel/libevent/Makefile | |
parent | e94a92890963e96699232ac3e252b9e53947b6c2 (diff) |
Notes
Diffstat (limited to 'devel/libevent/Makefile')
-rw-r--r-- | devel/libevent/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index 5009ebaae918..e4dbc4abfb91 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -14,8 +14,11 @@ MAINTAINER= petef@FreeBSD.org COMMENT= Provides an API to execute callback functions on certain events GNU_CONFIGURE= yes +USE_LIBTOOL_VER= 15 USE_REINPLACE= yes +PLIST_SUB+= PORTVERSION="${PORTVERSION}" + MAN3= event.3 MLINKS= event.3 event_init.3 event.3 event_dispatch.3 event.3 event_loop.3 \ event.3 event_loopexit.3 event.3 event_set.3 event.3 event_add.3 \ |