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 | |
parent | 497235600fcead45e1ea4455ad91001bca5db0ca (diff) | |
download | pkgsrc-02cfaf79b933c5bf79cafcfdbdba1ab144d0e2dc.tar.gz |
libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.
Diffstat (limited to 'security')
-rw-r--r-- | security/fragroute/Makefile | 3 | ||||
-rw-r--r-- | security/honeyd-arpd/Makefile | 3 | ||||
-rw-r--r-- | security/honeyd/Makefile | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/security/fragroute/Makefile b/security/fragroute/Makefile index eddaec43576..fe56157fb1b 100644 --- a/security/fragroute/Makefile +++ b/security/fragroute/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.2 2004/04/25 05:02:23 snj Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/30 17:26:23 tv Exp $ # FreeBSD Id: ports/security/fragroute/Makefile,v 1.10 2003/09/24 08:37:38 edwin Exp DISTNAME= fragroute-1.2 +PKGREVISION= 1 CATEGORIES= security net MASTER_SITES= http://monkey.org/~dugsong/fragroute/ diff --git a/security/honeyd-arpd/Makefile b/security/honeyd-arpd/Makefile index 004c71a48bd..316a83c4015 100644 --- a/security/honeyd-arpd/Makefile +++ b/security/honeyd-arpd/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/04/20 09:25:26 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/30 17:26:23 tv Exp $ # DISTNAME= arpd-0.2 PKGNAME= honeyd-arpd-0.2 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/arpd CATEGORIES= security net MASTER_SITES= http://niels.xtdnet.nl/honeyd/ 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/ |