diff options
Diffstat (limited to 'www/lhs/Makefile')
-rw-r--r-- | www/lhs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/lhs/Makefile b/www/lhs/Makefile index bad6405f383..6018d202ce3 100644 --- a/www/lhs/Makefile +++ b/www/lhs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/06/17 03:50:41 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2007/09/07 22:12:26 jlam Exp $ # DISTNAME= lhs-0.1 @@ -13,7 +13,7 @@ COMMENT= Lightweight HTTP Server, IPv6-aware and SSL-enabled WRKSRC= ${WRKDIR}/lhs GNU_CONFIGURE= yes -BUILD_DEFS+= USE_INET6 +BUILD_DEFS+= IPV6_READY MAKE_ENV+= OPENSSL_ROOT=${BUILDLINK_PREFIX.openssl} MAKE_ENV+= DEFAULT_ROOT_DIR=${PREFIX}/share/httpd/htdocs |