summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-03-19 07:52:45 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-03-19 07:52:45 +0000
commit28b2e150ef63117b8b6449e0ac85221447880f03 (patch)
tree679e9dca39fe583fc08e60f4982371c5bba89ace /www
parentUpdate to 0.6. (diff)
Run-depend on mod_php4. Seems the standalone php (lang/php4) and the
apache module of php4 (www/mod_php4) have discrepant (or just "different") dependencies. I hope this would fix the build of pruby on bento..
Notes
Notes: svn path=/head/; revision=40036
Diffstat (limited to 'www')
-rw-r--r--www/pruby/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/pruby/Makefile b/www/pruby/Makefile
index 5e4c0339a125..bdddeb9eaa92 100644
--- a/www/pruby/Makefile
+++ b/www/pruby/Makefile
@@ -14,6 +14,7 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
BUILD_DEPENDS= php:${PHP4_PORTDIR} \
+ ${LOCALBASE}/libexec/apache/libphp4.so:${MOD_PHP4_PORTDIR} \
${NONEXISTENT}:${MOD_PHP4_PORTDIR}:configure
RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${MOD_PHP4_PORTDIR}