diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 11:16:39 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-03-30 11:16:39 +0000 |
commit | 73d38c252f1eb27c1996deb689a34e65b393b15f (patch) | |
tree | ca1c9a993785bde46b65297093e1e51fb9bb2104 /www/pruby | |
parent | Make the port build with the latest GNUstep port. (diff) |
Mark as BROKEN; it does not work with the latest PHP4.
Notes
Notes:
svn path=/head/; revision=56926
Diffstat (limited to 'www/pruby')
-rw-r--r-- | www/pruby/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/pruby/Makefile b/www/pruby/Makefile index 5840173f934e..9dee3290f397 100644 --- a/www/pruby/Makefile +++ b/www/pruby/Makefile @@ -21,6 +21,8 @@ LIB_DEPENDS= mysqlclient.10:${PORTSDIR}/databases/mysql323-client .endif RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${MOD_PHP4_PORTDIR} +BROKEN= "does not work with the latest PHP4" + USE_GMAKE= yes USE_RUBY= yes |