diff options
author | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-27 04:59:42 +0000 |
commit | 67721bd22d50a02e35021f1d03c3658680e89201 (patch) | |
tree | c6fb2318cc5da1ef6d38de1363ef6a1ac96a86ba /www/lhs | |
parent | 763c7a82b9f2eebd8438ab3acc284818c1f5f2fe (diff) | |
download | pkgsrc-67721bd22d50a02e35021f1d03c3658680e89201.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" |