summaryrefslogtreecommitdiff
path: root/news/inn-stable/Makefile
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2001-06-05 02:57:42 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2001-06-05 02:57:42 +0000
commit3eb9ee55c5d1aeff2cb2939c8a64389d2516c1f9 (patch)
tree9b68c6b63ea4a0e4197f0f882b284293a707796b /news/inn-stable/Makefile
parentRdesktop is an open source client for Windows NT Terminal Server, (diff)
Update to 20010604, and build with SSL/TLS support.
Notes
Notes: svn path=/head/; revision=43505
Diffstat (limited to '')
-rw-r--r--news/inn-stable/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/news/inn-stable/Makefile b/news/inn-stable/Makefile
index a10c3ce1ca4b..a655f70291cc 100644
--- a/news/inn-stable/Makefile
+++ b/news/inn-stable/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= inn
-SNAPSHOT= 20010523
+SNAPSHOT= 20010604
PORTVERSION= 2.3.${SNAPSHOT}
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/snapshots/
@@ -33,6 +33,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