diff options
author | kuriyama <kuriyama@FreeBSD.org> | 2005-01-22 09:37:52 +0000 |
---|---|---|
committer | kuriyama <kuriyama@FreeBSD.org> | 2005-01-22 09:37:52 +0000 |
commit | fd0aefff7eeda2edf47cecffee9338bd8373e366 (patch) | |
tree | 2c71c39b8722ff9b2814e4ce07dc42bfe65994c5 /www | |
parent | b731dce1aa76541e49cede9ac6d99aa1f3eccc80 (diff) | |
download | FreeBSD-ports-fd0aefff7eeda2edf47cecffee9338bd8373e366.zip FreeBSD-ports-fd0aefff7eeda2edf47cecffee9338bd8373e366.tar.gz |
Append missing space separator for $SSL variable.
Reported by: pointyhat via kris
Diffstat (limited to 'www')
-rw-r--r-- | www/mod_log_sql2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/mod_log_sql2/Makefile b/www/mod_log_sql2/Makefile index 901023f..4f8444e 100644 --- a/www/mod_log_sql2/Makefile +++ b/www/mod_log_sql2/Makefile @@ -35,7 +35,7 @@ WITHOUT_SSL= YES . endif .if defined(WITHOUT_SSL) CONFIGURE_ARGS+= --disable-ssl -SSL_PLIST= "@comment" +SSL_PLIST= "@comment " .else .if !exists(${LOCALBASE}/include/apache2/mod_ssl.h) BROKEN= "Please recompile apache2 with SSL support" |