summaryrefslogtreecommitdiff
path: root/devel/libdnsres/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libdnsres/Makefile')
-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"