pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libdnsres As seen in 2.1 bulk build:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ccef9bd3859c
branches:  trunk
changeset: 508844:ccef9bd3859c
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 26 17:05:08 2006 +0000

description:
As seen in 2.1 bulk build:
uses event_once, so depend on libevent>=0.9

diffstat:

 devel/libdnsres/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 089964667bcf -r ccef9bd3859c devel/libdnsres/Makefile
--- a/devel/libdnsres/Makefile  Sun Feb 26 17:01:49 2006 +0000
+++ b/devel/libdnsres/Makefile  Sun Feb 26 17:05:08 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/02/26 17:01:25 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2006/02/26 17:05:08 wiz Exp $
 #
 
 DISTNAME=              libdnsres-0.1a
@@ -14,5 +14,8 @@
 USE_LIBTOOL=           YES
 GNU_CONFIGURE=         YES
 
+# uses event_once
+BUILDLINK_DEPENDS.libevent+=   libevent>=0.9
+
 .include "../../devel/libevent/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index