diff options
Diffstat (limited to 'devel/libdnsres/Makefile')
-rw-r--r-- | devel/libdnsres/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index ec4546b89b4..59678101e1b 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2006/02/26 17:05:08 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2006/04/06 06:21:50 reed Exp $ # DISTNAME= libdnsres-0.1a @@ -15,7 +15,7 @@ USE_LIBTOOL= YES GNU_CONFIGURE= YES # uses event_once -BUILDLINK_DEPENDS.libevent+= libevent>=0.9 +BUILDLINK_API_DEPENDS.libevent+= libevent>=0.9 .include "../../devel/libevent/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |