diff options
author | edwin <edwin@FreeBSD.org> | 2005-11-02 13:09:19 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2005-11-02 13:09:19 +0800 |
commit | 6af75df9a9a307336e0646a2a1c1914227203c40 (patch) | |
tree | 69194fe1c9e7477ebddece5aa3bdd08a5ca931b5 /www | |
parent | aea1a174990617f06181f3e84645840b4e78d559 (diff) | |
download | freebsd-ports-gnome-6af75df9a9a307336e0646a2a1c1914227203c40.tar.gz freebsd-ports-gnome-6af75df9a9a307336e0646a2a1c1914227203c40.tar.zst freebsd-ports-gnome-6af75df9a9a307336e0646a2a1c1914227203c40.zip |
Remove explicit dependency on httpd, it's included in USE_APACHE.
make_index: raqdevil-0.9.6: no entry for /usr/ports/www/apache20
probably a repocopy in progress?
Diffstat (limited to 'www')
-rw-r--r-- | www/raqdevil/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/www/raqdevil/Makefile b/www/raqdevil/Makefile index bed9f1d10b39..cd693bc1fab5 100644 --- a/www/raqdevil/Makefile +++ b/www/raqdevil/Makefile @@ -20,7 +20,6 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/sendmail:${PORTSDIR}/mail/sendmail-sasl \ ${SITE_PERL}/GD/Graph.pm:${PORTSDIR}/graphics/p5-GD-Graph \ ${SITE_PERL}/Mail/SPF/Query.pm:${PORTSDIR}/mail/p5-Mail-SPF-Query \ logrotate:${PORTSDIR}/sysutils/logrotate \ - httpd:${PORTSDIR}/www/apache20 \ perl:${PORTSDIR}/lang/perl5.8 \ imapd:${PORTSDIR}/mail/imap-uw \ pcretest:${PORTSDIR}/devel/pcre \ |