diff options
author | tv <tv@pkgsrc.org> | 2005-09-16 14:46:42 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-09-16 14:46:42 +0000 |
commit | f0fc2bc0b2553f31482882d1d6e30054c065318f (patch) | |
tree | 7b8643591dcfdd1d154a49e4ece5ab3d341b33cc /security/honeyd | |
parent | 1996501f3d8cb85df8ac1344df4d0e7526e77b00 (diff) | |
download | pkgsrc-f0fc2bc0b2553f31482882d1d6e30054c065318f.tar.gz |
"Oops." BUILDLINK_DEPMETHOD.libevent was defaulting to "build", which is
no longer correct since update to libevent 1.x; it now uses libtool and
generates a shlib.
Remove the offending bl3 line, and bump all dependents' PKGREVISIONs, since
the binary pkg changes for any OS that doesn't have a sufficient builtin
libevent version (or the package has requested a non-builtin version).
Diffstat (limited to 'security/honeyd')
-rw-r--r-- | security/honeyd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/honeyd/Makefile b/security/honeyd/Makefile index bd3af1ed722..12abf722d73 100644 --- a/security/honeyd/Makefile +++ b/security/honeyd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.10 2005/06/04 19:30:05 adrianp Exp $ +# $NetBSD: Makefile,v 1.11 2005/09/16 14:46:43 tv Exp $ # DISTNAME= honeyd-1.0 +PKGREVISION= 1 CATEGORIES= security net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ |