diff options
Diffstat (limited to 'www/ruby-webunit')
-rw-r--r-- | www/ruby-webunit/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/ruby-webunit/Makefile b/www/ruby-webunit/Makefile index 3ebea130ee6..a8323d073c8 100644 --- a/www/ruby-webunit/Makefile +++ b/www/ruby-webunit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2008/06/19 15:05:21 taca Exp $ +# $NetBSD: Makefile,v 1.13 2008/07/14 12:56:14 joerg Exp $ DISTNAME= webunit-${VERSION} PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME} @@ -10,6 +10,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.xpenguin.biz/download/webunit/index-en.html COMMENT= HTTP unit testing framework for Ruby +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= ${RUBY_PKGPREFIX}-html-parser>=19990912p1:../../textproc/ruby-html-parser DEPENDS+= ${RUBY_PKGPREFIX}-htmlsplit>=1.0.2:../../www/ruby-htmlsplit |