diff options
author | snj <snj> | 2004-04-27 04:59:42 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-27 04:59:42 +0000 |
commit | ed5e12e656bacee6464cd8e94f05c013fc66fdf9 (patch) | |
tree | c6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /www/lhs | |
parent | cc712e2d16940f0df53326f5496fd3079e062634 (diff) | |
download | pkgsrc-ed5e12e656bacee6464cd8e94f05c013fc66fdf9.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/lhs')
-rw-r--r-- | www/lhs/Makefile | 6 |
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" |