diff options
Diffstat (limited to 'net/adns/Makefile')
-rw-r--r-- | net/adns/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/adns/Makefile b/net/adns/Makefile index 7ea2e99977b..43393e265fb 100644 --- a/net/adns/Makefile +++ b/net/adns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/05/22 20:08:23 jlam Exp $ +# $NetBSD: Makefile,v 1.15 2005/12/05 20:50:44 rillig Exp $ # DISTNAME= adns-1.1 @@ -14,6 +14,6 @@ USE_TOOLS+= gmake USE_LIBTOOL= YES GNU_CONFIGURE= YES -CONFIGURE_ARGS= --disable-dynamic +CONFIGURE_ARGS+= --disable-dynamic .include "../../mk/bsd.pkg.mk" |