diff options
author | jdolecek <jdolecek@pkgsrc.org> | 2004-11-06 20:44:56 +0000 |
---|---|---|
committer | jdolecek <jdolecek@pkgsrc.org> | 2004-11-06 20:44:56 +0000 |
commit | 2a41fa3033c66ba4fb8ed1b9700ceba527027b6e (patch) | |
tree | d88164081b4f4fa6816f4d4b47bed5fc136d3b48 /www | |
parent | 06f46fdf6b3a158781922351ab896895e8b903a0 (diff) | |
download | pkgsrc-2a41fa3033c66ba4fb8ed1b9700ceba527027b6e.tar.gz |
use ap-php instead of ap-php4, and simplify the DEPENDS match; also
use DEPENDS rather than BUILD_DEPENDS for PHP, since PHP is necessary
to _run_ this
bump PKGREVISION
Diffstat (limited to 'www')
-rw-r--r-- | www/websvn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/websvn/Makefile b/www/websvn/Makefile index 473377a94a5..1a6b18dd196 100644 --- a/www/websvn/Makefile +++ b/www/websvn/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2004/06/21 01:34:16 xtraeme Exp $ +# $NetBSD: Makefile,v 1.3 2004/11/06 20:44:56 jdolecek Exp $ # DISTNAME= WebSVN_140 PKGNAME= websvn-1.40 +PKGREVISION= 1 CATEGORIES= www MASTER_SITES= http://websvn.tigris.org/files/documents/1380/10659/ @@ -10,8 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://websvn.tigris.org/ COMMENT= Subversion repository web frontend -BUILD_DEPENDS+= {apache-[0-9]*,apache6-[0-9]*,apache2-[0-9]*}:../../www/apache2 -BUILD_DEPENDS+= ap-php-[0-9]*:../../www/ap-php4 +DEPENDS+= ap{,2}-php>=4.0.0:../../www/ap-php WRKSRC= ${WRKDIR}/WebSVN NO_BUILD= yes |