diff options
author | cheusov <cheusov@pkgsrc.org> | 2012-07-18 20:36:06 +0000 |
---|---|---|
committer | cheusov <cheusov@pkgsrc.org> | 2012-07-18 20:36:06 +0000 |
commit | d7cfa5ef39dd4965ddddd034af3faae0c2279fb4 (patch) | |
tree | a85a48e1d6df194e3253a47718396f224e586716 /www | |
parent | b5fcf612436b8d09655e8afda91bb8aa8faa27b1 (diff) | |
download | pkgsrc-d7cfa5ef39dd4965ddddd034af3faae0c2279fb4.tar.gz |
Fix in DEPENDS. ../../lang/php5 has been replaced with ../../lang/php53
as ../../lang/php5 doesn't exist in pkgsrc any longer.
Diffstat (limited to 'www')
-rw-r--r-- | www/mserv-php/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mserv-php/Makefile b/www/mserv-php/Makefile index 39da01655e4..54a4cc4375a 100644 --- a/www/mserv-php/Makefile +++ b/www/mserv-php/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2009/12/16 21:44:13 abs Exp $ +# $NetBSD: Makefile,v 1.3 2012/07/18 20:36:06 cheusov Exp $ # DISTNAME= mserv-php-090 @@ -12,7 +12,7 @@ HOMEPAGE= http://dougiamas.com/mserv/ COMMENT= Quick web interface to mserv audio jukebox DEPENDS+= mserv-[0-9]*:../../audio/mserv -DEPENDS+= php>=4.0.6:../../lang/php5 +DEPENDS+= php>=4.0.6:../../lang/php53 WRKSRC= ${WRKDIR}/mserv-php |