summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorjoerg <joerg>2015-06-25 07:38:52 +0000
committerjoerg <joerg>2015-06-25 07:38:52 +0000
commitdc519f2185b91a3543adc96760284947870b6c52 (patch)
tree012fc2d41d720e43640088a29065e1a40ec55295 /www
parenta0deba61f81d18abcd98a7ab9ba641acfbfa5a9f (diff)
downloadpkgsrc-dc519f2185b91a3543adc96760284947870b6c52.tar.gz
Use the buildlink3.mk of the choosen PHP to get the dependency,
otherwise bulk builds may get inconcistent versions installed.
Diffstat (limited to 'www')
-rw-r--r--www/mserv-php/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mserv-php/Makefile b/www/mserv-php/Makefile
index 3269015f5e3..407c770e938 100644
--- a/www/mserv-php/Makefile
+++ b/www/mserv-php/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2015/03/15 11:52:31 taca Exp $
+# $NetBSD: Makefile,v 1.7 2015/06/25 07:38:52 joerg Exp $
#
DISTNAME= mserv-php-090
@@ -13,7 +13,6 @@ HOMEPAGE= # 404: http://dougiamas.com/mserv/
COMMENT= Quick web interface to mserv audio jukebox
DEPENDS+= mserv-[0-9]*:../../audio/mserv
-DEPENDS+= php>=${PHP_BASE_VERS}:${PHPPKGSRCDIR}
WRKSRC= ${WRKDIR}/mserv-php
@@ -43,4 +42,5 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/README-0.90 ${DESTDIR}${DOCDIR}
.include "../../lang/php/phpversion.mk"
+.include "${PHPPKGSRCDIR}/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"