summaryrefslogtreecommitdiff
path: root/www/lhs
diff options
context:
space:
mode:
authorsnj <snj>2004-04-27 04:59:42 +0000
committersnj <snj>2004-04-27 04:59:42 +0000
commitf898f794507ebf20ddcca64a02cd6880acc4b600 (patch)
treec6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /www/lhs
parent34bbec9fac457373d4be4eb7e0d2aa14da76d73f (diff)
downloadpkgsrc-f898f794507ebf20ddcca64a02cd6880acc4b600.tar.gz
Convert to buildlink3.
Diffstat (limited to 'www/lhs')
-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"