diff options
author | xtraeme <xtraeme@pkgsrc.org> | 2005-01-25 17:34:46 +0000 |
---|---|---|
committer | xtraeme <xtraeme@pkgsrc.org> | 2005-01-25 17:34:46 +0000 |
commit | 969572f27b03e074cac20249e55240063c5df625 (patch) | |
tree | f64c6b1a60e356850d2ae7d155e6685728193337 /www | |
parent | fb5121604f236626c67f60f79034965f7c2e7e01 (diff) | |
download | pkgsrc-969572f27b03e074cac20249e55240063c5df625.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 |