diff options
author | snj <snj@pkgsrc.org> | 2004-04-19 04:39:45 +0000 |
---|---|---|
committer | snj <snj@pkgsrc.org> | 2004-04-19 04:39:45 +0000 |
commit | 779cb35184d294080b3a7da4f4ee50c74f8750a4 (patch) | |
tree | 8cd729a1be549c7c50e8b7db85baa77294024951 /www/tinyproxy | |
parent | 8ba4f65690da4a9feca414760c4e5235c9188b97 (diff) | |
download | pkgsrc-779cb35184d294080b3a7da4f4ee50c74f8750a4.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www/tinyproxy')
-rw-r--r-- | www/tinyproxy/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/tinyproxy/Makefile b/www/tinyproxy/Makefile index db3e0b0fc9d..2218b01f1f8 100644 --- a/www/tinyproxy/Makefile +++ b/www/tinyproxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/03/26 02:27:58 wiz Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/19 04:43:18 snj Exp $ # DISTNAME= tinyproxy-1.6.2 @@ -10,7 +10,7 @@ MAINTAINER= xtraeme@NetBSD.org HOMEPAGE= http://tinyproxy.sourceforge.net/ COMMENT= Lightweight HTTP/SSL proxy -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES @@ -54,5 +54,5 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/doc/filter-howto.txt \ ${PREFIX}/share/doc/tinyproxy/ -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |