diff options
author | knu <knu@FreeBSD.org> | 2001-03-19 15:52:45 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2001-03-19 15:52:45 +0800 |
commit | 57aa3282b830ea7486811ee4d25aa8e658c700a3 (patch) | |
tree | 9ba299a383df75282586c58afbff5c02c7236b4c /www | |
parent | b8bf2398d6264ed86c9c123763ac3453761e08ee (diff) | |
download | freebsd-ports-gnome-57aa3282b830ea7486811ee4d25aa8e658c700a3.tar.gz freebsd-ports-gnome-57aa3282b830ea7486811ee4d25aa8e658c700a3.tar.zst freebsd-ports-gnome-57aa3282b830ea7486811ee4d25aa8e658c700a3.zip |
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..
Diffstat (limited to 'www')
-rw-r--r-- | www/pruby/Makefile | 1 |
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} |