diff options
author | obache <obache@pkgsrc.org> | 2013-05-09 02:05:55 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2013-05-09 02:05:55 +0000 |
commit | e4a671f31f14333c4a7c2bec99da9a1c4733bdcb (patch) | |
tree | c14849914e64747ffcefb3206cde79f91821abc7 /net | |
parent | 58ea4b5329e47a1e857815549a1169b7d356c60b (diff) | |
download | pkgsrc-e4a671f31f14333c4a7c2bec99da9a1c4733bdcb.tar.gz |
from configure script, libevent>=2.0.5 is required, or bundled libevent will be
used.
Diffstat (limited to 'net')
-rw-r--r-- | net/lldpd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/lldpd/Makefile b/net/lldpd/Makefile index 947086b6736..802090d285d 100644 --- a/net/lldpd/Makefile +++ b/net/lldpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2013/05/09 01:39:42 mef Exp $ +# $NetBSD: Makefile,v 1.2 2013/05/09 02:05:55 obache Exp $ DISTNAME= lldpd-0.7.2 CATEGORIES= net @@ -29,5 +29,6 @@ AUTO_MKDIRS= yes INSTALLATION_DIRS+= sbin ${PKGMANDIR}/man5 ${PKGMANDIR}/man8 +BUILDLINK_API_DEPENDS.libevent+= libevent>=2.0.5 .include "../../devel/libevent/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |