summaryrefslogtreecommitdiff
path: root/net/adns/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/adns/Makefile')
-rw-r--r--net/adns/Makefile10
1 files changed, 7 insertions, 3 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile
index b1d0e9b6aea..e037a4c9a17 100644
--- a/net/adns/Makefile
+++ b/net/adns/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2001/03/08 10:22:21 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2001/11/19 19:39:04 jlam Exp $
#
DISTNAME= adns-1.0
@@ -9,7 +9,11 @@ MAINTAINER= lukem@netbsd.org
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
COMMENT= Asynchronous-capable DNS client library and utilities
-GNU_CONFIGURE= YES
-USE_GMAKE= YES
+USE_GMAKE= YES
+USE_BUILDLINK_ONLY= YES
+USE_LIBTOOL= YES
+
+GNU_CONFIGURE= YES
+CONFIGURE_ARGS= --disable-dynamic
.include "../../mk/bsd.pkg.mk"