diff options
author | xtraeme <xtraeme> | 2005-01-25 17:34:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2005-01-25 17:34:46 +0000 |
commit | c1694f33d905cc2d6755b2220782123a2bcd9729 (patch) | |
tree | f64c6b1a60e356850d2ae7d155e6685728193337 /www | |
parent | dbefdcb70ba375e7c36936e449a33e559ff2a817 (diff) | |
download | pkgsrc-c1694f33d905cc2d6755b2220782123a2bcd9729.tar.gz |
This package needs php-zlib in order to use the option "tarballs".
Bump PKGREVISION.
Diffstat (limited to 'www')
-rw-r--r-- | www/websvn/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/websvn/Makefile b/www/websvn/Makefile index e654894dfdb..1f1621b721d 100644 --- a/www/websvn/Makefile +++ b/www/websvn/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.4 2004/11/06 21:16:15 jdolecek Exp $ +# $NetBSD: Makefile,v 1.5 2005/01/25 17:34:46 xtraeme Exp $ # DISTNAME= WebSVN_161 PKGNAME= websvn-1.61 -PKGREVISION= # empty +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://websvn.tigris.org/files/documents/1380/14334/ @@ -12,6 +12,7 @@ HOMEPAGE= http://websvn.tigris.org/ COMMENT= Subversion repository web frontend DEPENDS+= ap{,2}-php>=4.0.0:../../www/ap-php +DEPENDS+= php-zlib-[0-9]*:../../archivers/php-zlib WRKSRC= ${WRKDIR}/WebSVN NO_BUILD= yes |