diff options
author | joerg <joerg> | 2008-08-19 12:59:40 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-08-19 12:59:40 +0000 |
commit | 7c0a2724c3448b0cec9df9ebe584750094ff9401 (patch) | |
tree | 0eb096bd08b29ed4a57222f1f37b17de7d0a769a /net | |
parent | 29d7fc0dc699ce6ccff66a9bf81d051c410dbbcf (diff) | |
download | pkgsrc-7c0a2724c3448b0cec9df9ebe584750094ff9401.tar.gz |
Needs perl for building the man pages. Add DESTDIR support.
Diffstat (limited to 'net')
-rw-r--r-- | net/ldns/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/net/ldns/Makefile b/net/ldns/Makefile index ff87dff7a85..e3fc85aaaa5 100644 --- a/net/ldns/Makefile +++ b/net/ldns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2008/07/22 08:40:24 he Exp $ +# $NetBSD: Makefile,v 1.3 2008/08/19 12:59:40 joerg Exp $ DISTNAME= ldns-1.3.0 CATEGORIES= net @@ -9,8 +9,12 @@ MAINTAINER= he@NetBSD.org HOMEPAGE= http://www.nlnetlabs.nl/projects/ldns/ COMMENT= Library for simplified DNS programming -USE_TOOLS+= gmake +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= gmake perl USE_LIBTOOL= yes GNU_CONFIGURE= yes +REPLACE_PERL= doc/doxyparse.pl + .include "../../mk/bsd.pkg.mk" |