diff options
author | des <des@FreeBSD.org> | 2001-06-05 12:30:20 +0800 |
---|---|---|
committer | des <des@FreeBSD.org> | 2001-06-05 12:30:20 +0800 |
commit | 37c8c1f3b396675c831d1e1a6c0af4abd74baada (patch) | |
tree | d9b1e4a958a92d529aec5852b96d54b9b5658d7a /news/inn-current/Makefile | |
parent | 76b7e8d412ce3a3eae748fa8a41fc830ebee44a7 (diff) | |
download | freebsd-ports-gnome-37c8c1f3b396675c831d1e1a6c0af4abd74baada.tar.gz freebsd-ports-gnome-37c8c1f3b396675c831d1e1a6c0af4abd74baada.tar.zst freebsd-ports-gnome-37c8c1f3b396675c831d1e1a6c0af4abd74baada.zip |
Build with SSL/TLS support.
Diffstat (limited to 'news/inn-current/Makefile')
-rw-r--r-- | news/inn-current/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |