From 8c57a13879071c2013046f9e4b798583d73b4c55 Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Tue, 19 Nov 2002 00:20:39 +0000 Subject: Fix run_depends to check for the right file. Noticed on: bento --- devel/pear/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'devel/pear') diff --git a/devel/pear/Makefile b/devel/pear/Makefile index aa371d67c6ff..937748d8907f 100644 --- a/devel/pear/Makefile +++ b/devel/pear/Makefile @@ -15,7 +15,7 @@ EXTRACT_ONLY= # empty MAINTAINER= thierry@pompo.net BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/www/mod_php4 -RUN_DEPENDS= ${PEARDIR}/PEAR.php.dist:${PORTSDIR}/devel/pear-PEAR \ +RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear-PEAR \ ${PEARDIR}/Console/Getopt.php.dist:${PORTSDIR}/devel/pear-Console_Getopt \ ${PEARDIR}/File.php:${PORTSDIR}/sysutils/pear-File \ ${PEARDIR}/Log.php:${PORTSDIR}/sysutils/pear-Log \ -- cgit v1.2.3