summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-26 17:05:08 +0000
committerwiz <wiz@pkgsrc.org>2006-02-26 17:05:08 +0000
commit2eda8c0a9daa69eaf450b661868040fb9dbfcc4c (patch)
tree33d61aa72bdfc18b38a41ba559a41d73f5366dc8 /devel
parent47ae1ab674e178e578338c7cd680e74ad62b66fb (diff)
downloadpkgsrc-2eda8c0a9daa69eaf450b661868040fb9dbfcc4c.tar.gz
As seen in 2.1 bulk build:
uses event_once, so depend on libevent>=0.9
Diffstat (limited to 'devel')
-rw-r--r--devel/libdnsres/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile
index 8edec3bac49..ec4546b89b4 100644
--- a/devel/libdnsres/Makefile
+++ b/devel/libdnsres/Makefile
@@ -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_PKGLOCALEDIR= YES
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"