diff options
author | joerg <joerg@pkgsrc.org> | 2009-07-15 20:58:57 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-07-15 20:58:57 +0000 |
commit | 5775b3b2ae50dbe92f365b72a953613d82037ce9 (patch) | |
tree | 3164579b5d3c9e0bbc1f2292da7d9ad56062720c /www | |
parent | 2d3b687d5f6b5e5cb2b5627e1de1d9bdda15e1fd (diff) | |
download | pkgsrc-5775b3b2ae50dbe92f365b72a953613d82037ce9.tar.gz |
Actually enable user-destdir support.
Diffstat (limited to 'www')
-rw-r--r-- | www/hiawatha/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/hiawatha/Makefile b/www/hiawatha/Makefile index f28a0da3d73..1f9f9b187b9 100644 --- a/www/hiawatha/Makefile +++ b/www/hiawatha/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2009/07/07 19:27:24 joerg Exp $ +# $NetBSD: Makefile,v 1.24 2009/07/15 20:58:57 joerg Exp $ # DISTNAME= hiawatha @@ -14,6 +14,8 @@ MAINTAINER= jwise@NetBSD.org HOMEPAGE= http://www.pault.com/pault/downloads/ COMMENT= Barebones HTTP server with XML and XSLT support (and more) +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= saxon-[0-9]*:../../textproc/saxon NO_CONFIGURE= yes |