diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2005-02-21 01:19:34 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2005-02-21 01:19:34 +0000 |
commit | 2b266743382a383576da95dfb43a69d66daf2cd0 (patch) | |
tree | 2d6e1306758b14a45273a4246efab13b0724c1b1 /www/rnews | |
parent | c79c04ae1f76450c712880fab1964593984bd34b (diff) | |
download | ports-2b266743382a383576da95dfb43a69d66daf2cd0.tar.gz ports-2b266743382a383576da95dfb43a69d66daf2cd0.zip |
Notes
Diffstat (limited to 'www/rnews')
-rw-r--r-- | www/rnews/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/www/rnews/Makefile b/www/rnews/Makefile index 7b31fcc909e1..ffe1dd938a57 100644 --- a/www/rnews/Makefile +++ b/www/rnews/Makefile @@ -14,6 +14,8 @@ 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_MYSQL= yes NO_BUILD= yes @@ -21,16 +23,8 @@ MYPORTDOCS= CHANGELOG INSTALL LICENSE README magpierss/AUTHORS \ magpierss/CHANGES magpierss/ChangeLog magpierss/INSTALL \ magpierss/NEWS magpierss/README magpierss/TROUBLESHOOTING -OPTIONS= PHP3 "use RNEWS with PHP3 (Default is PHP4)" off - .include <bsd.port.pre.mk> -.if defined(WITH_PHP3) -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp3.so:${PORTSDIR}/www/mod_php3 -.else -RUN_DEPENDS+= ${LOCALBASE}/libexec/apache/libphp4.so:${PORTSDIR}/www/mod_php4 -.endif - post-patch: @${FIND} ${WRKSRC} -name CVS -type d | ${XARGS} ${RM} -fr |