diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 14:31:30 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-06 14:31:30 +0000 |
commit | fbc062586d44d65699efa4198156cfe3fc6c20d4 (patch) | |
tree | faff27d32fb3b32e1b3118d4329c734a52983d1d /www/rnews | |
parent | ef8c3160f2584bce754d7afefa9e0be26eebdb23 (diff) | |
download | ports-fbc062586d44d65699efa4198156cfe3fc6c20d4.tar.gz ports-fbc062586d44d65699efa4198156cfe3fc6c20d4.zip |
Notes
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 ffe1dd938a57..d3e424719e96 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 |