diff options
Diffstat (limited to 'www/wyvern/Makefile')
-rw-r--r-- | www/wyvern/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wyvern/Makefile b/www/wyvern/Makefile index 7984c35c5e0c..aca997f48fd8 100644 --- a/www/wyvern/Makefile +++ b/www/wyvern/Makefile @@ -17,7 +17,7 @@ COMMENT= Simple/powerful/lightweight/secure/embed-able HTTP server USE_BZIP2= yes USE_OPENSSL= yes USE_GMAKE= yes -USE_AUTOCONF= yes +USE_AUTOCONF_VER= 213 PREFIX= ${LOCALBASE}/wyvern CONFIGURE_ARGS= --with-ssl=yes \ --with-ssl-includes="${OPENSSLINC}" \ |