diff options
author | wiz <wiz@pkgsrc.org> | 2002-10-25 09:29:38 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2002-10-25 09:29:38 +0000 |
commit | 61e41a774d18899d69c0c427c6efabe6d724b709 (patch) | |
tree | 57becc5881d7079f4a0c99091a1719019e737294 /www | |
parent | f0053e23ec49dfdd5171127af65cd208c1faf4f2 (diff) | |
download | pkgsrc-61e41a774d18899d69c0c427c6efabe6d724b709.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'www')
-rw-r--r-- | www/lhs/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/lhs/Makefile b/www/lhs/Makefile index 458038e83ca..ec2496e30f7 100644 --- a/www/lhs/Makefile +++ b/www/lhs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/18 12:09:25 agc Exp $ +# $NetBSD: Makefile,v 1.2 2002/10/25 09:29:38 wiz Exp $ # DISTNAME= lhs-0.1 @@ -11,6 +11,7 @@ COMMENT= Lightweight HTTP Server, IPv6-aware and SSL-enabled WRKSRC= ${WRKDIR}/lhs +USE_BUILDLINK2= yes GNU_CONFIGURE= yes BUILD_DEFS+= USE_INET6 @@ -21,5 +22,5 @@ MAKE_ENV+= DEFAULT_ROOT_DIR=${PREFIX}/share/httpd/htdocs do-install: ${INSTALL_PROGRAM} ${WRKSRC}/lhs ${PREFIX}/sbin/lhs -.include "../../security/openssl/buildlink.mk" +.include "../../security/openssl/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |