diff options
author | joerg <joerg@pkgsrc.org> | 2006-02-26 17:01:25 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-02-26 17:01:25 +0000 |
commit | 6ca549c12f20928c412b428469671d58d1fb6469 (patch) | |
tree | 82ba56511f3755174b1df26be4563bb5085434ba /devel/libdnsres/Makefile | |
parent | 7b4197d5da2c5a1a75a71eec09ffcc262e79a258 (diff) | |
download | pkgsrc-6ca549c12f20928c412b428469671d58d1fb6469.tar.gz |
Uses libevent, include b3.mk. Fix compilation of test case on DragonFly.
Bump revision.
Diffstat (limited to 'devel/libdnsres/Makefile')
-rw-r--r-- | devel/libdnsres/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libdnsres/Makefile b/devel/libdnsres/Makefile index 2f68a570a08..8edec3bac49 100644 --- a/devel/libdnsres/Makefile +++ b/devel/libdnsres/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.1.1.1 2006/02/19 17:11:06 adrianp Exp $ +# $NetBSD: Makefile,v 1.2 2006/02/26 17:01:25 joerg Exp $ # DISTNAME= libdnsres-0.1a +PKGREVISION= 1 CATEGORIES= devel MASTER_SITES= http://www.monkey.org/~provos/ @@ -13,4 +14,5 @@ USE_PKGLOCALEDIR= YES USE_LIBTOOL= YES GNU_CONFIGURE= YES +.include "../../devel/libevent/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |