summaryrefslogtreecommitdiff
path: root/www/lhs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'www/lhs/Makefile')
-rw-r--r--www/lhs/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/lhs/Makefile b/www/lhs/Makefile
index 5f89a5184ba..10000faad94 100644
--- a/www/lhs/Makefile
+++ b/www/lhs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2004/03/26 02:27:57 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2004/04/27 05:44:23 snj Exp $
#
DISTNAME= lhs-0.1
@@ -11,7 +11,7 @@ HOMEPAGE= http://dev.null.pl/
COMMENT= Lightweight HTTP Server, IPv6-aware and SSL-enabled
WRKSRC= ${WRKDIR}/lhs
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
GNU_CONFIGURE= yes
BUILD_DEFS+= USE_INET6
@@ -22,5 +22,5 @@ MAKE_ENV+= DEFAULT_ROOT_DIR=${PREFIX}/share/httpd/htdocs
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/lhs ${PREFIX}/sbin/lhs
-.include "../../security/openssl/buildlink2.mk"
+.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"