diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-05 04:30:20 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2001-06-05 04:30:20 +0000 |
commit | aebcb731cafe65a27b9f5405da6036bb0598af13 (patch) | |
tree | b449648ff065c46e6f6532e22226cb427bbb735d | |
parent | The Lemon program is an LALR(1) parser generator. It takes a context (diff) |
Build with SSL/TLS support.
Notes
Notes:
svn path=/head/; revision=43507
-rw-r--r-- | news/inn-current/Makefile | 3 | ||||
-rw-r--r-- | news/inn/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile index df5b65881b2e..b90bbff17df7 100644 --- a/news/inn-current/Makefile +++ b/news/inn-current/Makefile @@ -7,7 +7,7 @@ PORTNAME= inn PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/ @@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --with-log-dir=${INN_NEWSLOG} CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --with-tmp-path=${INN_NEWSSPOOL}/tmp CONFIGURE_ARGS+= --with-largefiles +CONFIGURE_ARGS+= --with-openssl # Various Options. See ${WRKSRC}/INSTALL for details diff --git a/news/inn/Makefile b/news/inn/Makefile index df5b65881b2e..b90bbff17df7 100644 --- a/news/inn/Makefile +++ b/news/inn/Makefile @@ -7,7 +7,7 @@ PORTNAME= inn PORTVERSION= 2.3.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= news MASTER_SITES= ftp://ftp.isc.org/isc/inn/ @@ -32,6 +32,7 @@ CONFIGURE_ARGS+= --with-log-dir=${INN_NEWSLOG} CONFIGURE_ARGS+= --with-perl CONFIGURE_ARGS+= --with-tmp-path=${INN_NEWSSPOOL}/tmp CONFIGURE_ARGS+= --with-largefiles +CONFIGURE_ARGS+= --with-openssl # Various Options. See ${WRKSRC}/INSTALL for details |