diff options
author | tv <tv> | 2004-04-30 17:26:23 +0000 |
---|---|---|
committer | tv <tv> | 2004-04-30 17:26:23 +0000 |
commit | 06c9709efd939736316b1f86b36b1961385e21f3 (patch) | |
tree | 14516c5c4765279200856571df7fb1377e98da03 /security/honeyd-arpd | |
parent | 14b171571dbdc5c2ad98eca2fcae5a1a36a3628c (diff) | |
download | pkgsrc-06c9709efd939736316b1f86b36b1961385e21f3.tar.gz |
libevent has no shlibs. Make BUILDLINK_DEPMETHOD.libevent=build.
Diffstat (limited to 'security/honeyd-arpd')
-rw-r--r-- | security/honeyd-arpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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/ |