diff options
author | tv <tv@pkgsrc.org> | 2007-02-11 05:34:33 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2007-02-11 05:34:33 +0000 |
commit | 7b05002483a559807f0285d53378c15479960de4 (patch) | |
tree | a028b391a5725da5c5feb95ca0ed4e8d5e0d62b3 /devel/libevent/Makefile | |
parent | e6db44e8c52a544d7ddd05314014ddd140d797d0 (diff) | |
download | pkgsrc-7b05002483a559807f0285d53378c15479960de4.tar.gz |
PLIST fix and PKGREVISION bump. (Python dependency not added as the script
is not required for normal use, only for development work.)
Diffstat (limited to 'devel/libevent/Makefile')
-rw-r--r-- | devel/libevent/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libevent/Makefile b/devel/libevent/Makefile index 3de57fb8275..096995eef16 100644 --- a/devel/libevent/Makefile +++ b/devel/libevent/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2007/02/11 05:21:56 tv Exp $ +# $NetBSD: Makefile,v 1.19 2007/02/11 05:34:33 tv Exp $ # # WARNING: updating this package (as of the 1.1/1.2 releases) means # updating BUILDLINK_ABI_DEPENDS in buildlink3.mk and a PKGREVISION @@ -8,6 +8,7 @@ # [tvierling 20070210] DISTNAME= libevent-1.2a +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://monkey.org/~provos/ |