1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00

Fix run_depends to check for the right file.

Noticed on: bento
This commit is contained in:
Edwin Groothuis 2002-11-19 00:20:39 +00:00
parent 0f55a3dc53
commit 8c57a13879
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=70442

View File

@ -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 \