diff options
author | wiz <wiz> | 2002-10-25 09:29:38 +0000 |
---|---|---|
committer | wiz <wiz> | 2002-10-25 09:29:38 +0000 |
commit | 439f9d687bdbfb85c705686d35a29529817ebe99 (patch) | |
tree | 57becc5881d7079f4a0c99091a1719019e737294 /www/lhs | |
parent | f2a22fcb3770f1868e2abc11ab6a56992a20c08a (diff) | |
download | pkgsrc-439f9d687bdbfb85c705686d35a29529817ebe99.tar.gz |
buildlink1 -> buildlink2.
Diffstat (limited to 'www/lhs')
-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" |