Lines 6-13
Link Here
|
6 |
# |
6 |
# |
7 |
|
7 |
|
8 |
PORTNAME= lighttpd |
8 |
PORTNAME= lighttpd |
9 |
PORTVERSION= 1.3.13 |
9 |
PORTVERSION= 1.3.14 |
10 |
PORTREVISION= 1 |
|
|
11 |
CATEGORIES= www |
10 |
CATEGORIES= www |
12 |
MASTER_SITES= http://www.lighttpd.net/download/ \ |
11 |
MASTER_SITES= http://www.lighttpd.net/download/ \ |
13 |
http://dl.fkb.wormulon.net/lighttpd/ \ |
12 |
http://dl.fkb.wormulon.net/lighttpd/ \ |
Lines 36-45
Link Here
|
36 |
MYSQL "Enable MYSQL support" off \ |
35 |
MYSQL "Enable MYSQL support" off \ |
37 |
IPV6 "Disable IPV6 support" off |
36 |
IPV6 "Disable IPV6 support" off |
38 |
|
37 |
|
|
|
38 |
.if defined(WITH_OPENSSL) |
39 |
USE_OPENSSL= yes |
40 |
.endif |
41 |
|
39 |
.include <bsd.port.pre.mk> |
42 |
.include <bsd.port.pre.mk> |
40 |
|
43 |
|
41 |
.if defined(WITH_OPENSSL) |
44 |
.if defined(WITH_OPENSSL) |
42 |
USE_OPENSSL= yes |
|
|
43 |
CONFIGURE_ARGS+= --with-openssl |
45 |
CONFIGURE_ARGS+= --with-openssl |
44 |
.endif |
46 |
.endif |
45 |
|
47 |
|