diff options
-rw-r--r-- | www/surfraw/Makefile | 4 | ||||
-rw-r--r-- | www/tinyproxy/Makefile | 6 | ||||
-rw-r--r-- | www/urlget/Makefile | 4 | ||||
-rw-r--r-- | www/weex/Makefile | 4 |
4 files changed, 9 insertions, 9 deletions
diff --git a/www/surfraw/Makefile b/www/surfraw/Makefile index b992eac89ce..04b319cec41 100644 --- a/www/surfraw/Makefile +++ b/www/surfraw/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/07/17 22:56:04 grant Exp $ +# $NetBSD: Makefile,v 1.24 2004/04/19 04:45:07 snj Exp $ # DISTNAME= surfraw-1.0.7 @@ -11,7 +11,7 @@ COMMENT= Shell Users' Revolutionary Front Rage Against the Web CONFLICTS+= surfaw-[0-9]* -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGINSTALL= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} 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" diff --git a/www/urlget/Makefile b/www/urlget/Makefile index 86b51b75575..79b6677247c 100644 --- a/www/urlget/Makefile +++ b/www/urlget/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/02/15 21:01:57 kim Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/19 04:39:45 snj Exp $ # DISTNAME= urlget-1.4 @@ -8,7 +8,7 @@ MASTER_SITES= ftp://ftp.gw.com/pub/people/kim/ MAINTAINER= kim@tac.nyc.ny.us COMMENT= Simple command-line tool to retrieve an HTTP URL -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES .include "../../mk/bsd.prefs.mk" diff --git a/www/weex/Makefile b/www/weex/Makefile index 705cf1a7b1b..3017d2e67e5 100644 --- a/www/weex/Makefile +++ b/www/weex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/22 04:14:40 martti Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/19 04:40:51 snj Exp $ DISTNAME= weex-2.6.1 CATEGORIES= www @@ -9,7 +9,7 @@ HOMEPAGE= http://www.enjoy.ne.jp/~gm/program/weex/index.html COMMENT= Non-interactive ftp client GNU_CONFIGURE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_PKGLOCALEDIR= yes WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \ |