diff options
author | he <he@pkgsrc.org> | 2008-07-22 08:40:24 +0000 |
---|---|---|
committer | he <he@pkgsrc.org> | 2008-07-22 08:40:24 +0000 |
commit | 2f9c445286c22d15e14e6d2c8c5c6aa5820dab3a (patch) | |
tree | a77b39e8e36180f591431020259e5277ce3d0431 /net/ldns/Makefile | |
parent | fb6b72e8e00e735ec8e435062671c70a4ee854cb (diff) | |
download | pkgsrc-2f9c445286c22d15e14e6d2c8c5c6aa5820dab3a.tar.gz |
Um, get rid of warnings from pkglint by setting USE_LIBTOOL and fixing
up buildlink3.mk. Also, removed some commented-out irrelevant stuff from
Makefile.
Diffstat (limited to 'net/ldns/Makefile')
-rw-r--r-- | net/ldns/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile index c45398f479e..ff87dff7a85 100644 --- a/net/ldns/Makefile +++ b/net/ldns/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.1.1.1 2008/07/22 08:29:06 he Exp $ +# $NetBSD: Makefile,v 1.2 2008/07/22 08:40:24 he Exp $ DISTNAME= ldns-1.3.0 -#PKGREVISION= 0 CATEGORIES= net MASTER_SITES= http://www.nlnetlabs.nl/downloads/drill/ MASTER_SITES= http://www.nlnetlabs.nl/downloads/ldns/ @@ -10,8 +9,8 @@ MAINTAINER= he@NetBSD.org HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/ COMMENT= Library for simplified DNS programming -#USE_TOOLS+= aclocal autoconf autoheader automake gawk gmake USE_TOOLS+= gmake +USE_LIBTOOL= yes GNU_CONFIGURE= yes .include "../../mk/bsd.pkg.mk" |