From 2278c7b1c29893b1d7a575bfdcd53aa35cd9142e Mon Sep 17 00:00:00 2001 From: avsm Date: Fri, 23 May 2003 21:17:29 +0000 Subject: [PATCH] remove a BUILD_DEPENDS=RUN_DEPENDS to avoid introducing unnecessary dependencies; set both manually instead --- www/php4/core/files/pear.port.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/www/php4/core/files/pear.port.mk b/www/php4/core/files/pear.port.mk index 76385b8b1a2..387a4cb8e47 100644 --- a/www/php4/core/files/pear.port.mk +++ b/www/php4/core/files/pear.port.mk @@ -1,8 +1,8 @@ -# $OpenBSD: pear.port.mk,v 1.1 2003/05/23 20:06:22 avsm Exp $ +# $OpenBSD: pear.port.mk,v 1.2 2003/05/23 21:17:29 avsm Exp $ # PHP PEAR module RUN_DEPENDS+= :php4-pear-4.3.*:www/php4/core,-pear -BUILD_DEPENDS+= ${RUN_DEPENDS} +BUILD_DEPENDS+= :php4-pear-4.3.*:www/php4/core,-pear NO_BUILD= Yes NO_REGRESS= Yes