diff options
author | ale <ale@FreeBSD.org> | 2006-05-06 22:31:30 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2006-05-06 22:31:30 +0800 |
commit | 3d3de98194c1997c2cda95602b8b9ac9cf2075fc (patch) | |
tree | d5e55ad689c195b7d2464b277ad919a0ce691316 /www/rnews | |
parent | 7c99da54e972ad907e5dd5a7cc73813c36c83639 (diff) | |
download | freebsd-ports-graphics-3d3de98194c1997c2cda95602b8b9ac9cf2075fc.tar.gz freebsd-ports-graphics-3d3de98194c1997c2cda95602b8b9ac9cf2075fc.tar.zst freebsd-ports-graphics-3d3de98194c1997c2cda95602b8b9ac9cf2075fc.zip |
Fix or remove obsolate or broken ways to depend on php.
Diffstat (limited to 'www/rnews')
-rw-r--r-- | www/rnews/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/rnews/Makefile b/www/rnews/Makefile index ffe1dd938a5..d3e424719e9 100644 --- a/www/rnews/Makefile +++ b/www/rnews/Makefile @@ -14,7 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A server-side rss aggregator written in php with mysql -RUN_DEPENDS= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 +USE_PHP= yes USE_MYSQL= yes |