diff options
author | tv <tv@pkgsrc.org> | 2004-04-30 17:26:23 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2004-04-30 17:26:23 +0000 |
commit | 02cfaf79b933c5bf79cafcfdbdba1ab144d0e2dc (patch) | |
tree | 14516c5c4765279200856571df7fb1377e98da03 /security/honeyd | |
parent | 497235600fcead45e1ea4455ad91001bca5db0ca (diff) | |
download | pkgsrc-02cfaf79b933c5bf79cafcfdbdba1ab144d0e2dc.tar.gz |
libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.
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 a032a13352a..ecc6f67a5fa 100644 --- a/security/honeyd/Makefile +++ b/security/honeyd/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/04/20 09:14:43 xtraeme Exp $ +# $NetBSD: Makefile,v 1.2 2004/04/30 17:26:23 tv Exp $ # DISTNAME= honeyd-0.8b +PKGREVISION= 1 CATEGORIES= security net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ |