1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00

- Fix typo in REQUIRE

- Bump PORTREVISION

PR:		93437
Submitted by:	Michael Proto <mike@jellydonut.org>
Approved by:	maintainer timeout (bypassed by linimon)
This commit is contained in:
Marcus Alves Grando 2006-02-20 14:52:58 +00:00
parent e9d542c4f3
commit af37839ccb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156503

View File

@ -7,6 +7,7 @@
PORTNAME= lighttpd
PORTVERSION= 1.4.10
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://www.lighttpd.net/download/
@ -33,7 +34,7 @@ OPTIONS= OPENSSL "Enable SSL support" on \
.include <bsd.port.pre.mk>
# Default REQUIRE to rc.d script
_REQUIRE= DEAMON
_REQUIRE= DAEMON
.if !defined(WITHOUT_OPENSSL)
.include "${PORTSDIR}/Mk/bsd.openssl.mk"