diff options
author | edwin <edwin@FreeBSD.org> | 2003-03-31 05:32:16 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-03-31 05:32:16 +0800 |
commit | 164ba59d6b94ac0ef8ae8fd74c8f84fd9e434d89 (patch) | |
tree | 23a5d3767299cba8379fcd9b78e349dc0ae5998e /devel | |
parent | 714edce4b09465ecc607fdfe5df3f65ceede2fc9 (diff) | |
download | freebsd-ports-gnome-164ba59d6b94ac0ef8ae8fd74c8f84fd9e434d89.tar.gz freebsd-ports-gnome-164ba59d6b94ac0ef8ae8fd74c8f84fd9e434d89.tar.zst freebsd-ports-gnome-164ba59d6b94ac0ef8ae8fd74c8f84fd9e434d89.zip |
fixed typo submitted by Thierry Thomas <thierry@pompo.net>
Diffstat (limited to 'devel')
-rw-r--r-- | devel/pear-install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/pear-install/Makefile b/devel/pear-install/Makefile index 9a507971880b..f96685c1ac29 100644 --- a/devel/pear-install/Makefile +++ b/devel/pear-install/Makefile @@ -17,7 +17,8 @@ COMMENT= Prepare the installation of the PEAR framework BUILD_DEPENDS= ${LOCALBASE}/bin/php-config:${PORTSDIR}/www/mod_php4 .if defined(WITH_APACHE2) -RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4.else +RUN_DEPENDS= ${LOCALBASE}/libexec/apache2/libphp4.so:${PORTSDIR}/www/mod_php4 +.else RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 .endif |