diff options
author | jlam <jlam@pkgsrc.org> | 2001-11-19 19:39:04 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-11-19 19:39:04 +0000 |
commit | 67a23f1ed6acf5eb1d7118a7c39709a3202fbd16 (patch) | |
tree | 31fa2c4ca1cb2148c5f43f5bcff15a0a6507bb82 /net/adns/Makefile | |
parent | ed4a811bd91d39a0218c40032b6e651b5aa7150f (diff) | |
download | pkgsrc-67a23f1ed6acf5eb1d7118a7c39709a3202fbd16.tar.gz |
Strongly buildlinkify and libtoolize (NetBSD's interesting contributions to
technical vocabulary).
Diffstat (limited to 'net/adns/Makefile')
-rw-r--r-- | net/adns/Makefile | 10 |
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" |