diff options
author | snj <snj> | 2004-04-19 04:53:58 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-19 04:53:58 +0000 |
commit | cd4cea3e4330b1c4a169ad8b1cd3058f1d8acb51 (patch) | |
tree | a285b4c763a9339088a7c9998af398a50cec6645 /www | |
parent | 4871d1ffaa3f7710ade09baa6ba2cf2c929289a2 (diff) | |
download | pkgsrc-cd4cea3e4330b1c4a169ad8b1cd3058f1d8acb51.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'www')
-rw-r--r-- | www/mini_httpd/Makefile | 6 | ||||
-rw-r--r-- | www/privoxy/Makefile | 6 | ||||
-rw-r--r-- | www/swish-e/Makefile | 10 | ||||
-rw-r--r-- | www/zopeedit/Makefile | 4 |
4 files changed, 13 insertions, 13 deletions
diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile index e1b27a2628a..ea9be17ad5d 100644 --- a/www/mini_httpd/Makefile +++ b/www/mini_httpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:57 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/19 04:54:59 snj Exp $ DISTNAME= mini_httpd-1.19 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc@bjan.freeshell.org HOMEPAGE= http://www.acme.com/software/mini_httpd/ COMMENT= Small, forking webserver with IPv6 and SSL support -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes MAKE_ENV+= PKG_CFLAGS="${CFLAGS}" LDFLAGS+= -lssl -lcrypto -lcrypt -lutil @@ -25,5 +25,5 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/mini_httpd.8 ${PREFIX}/man/man8/ ${INSTALL_MAN} ${WRKSRC}/htpasswd.1 ${PREFIX}/man/man1/mhtpasswd.1 -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index eacd00c047c..1c67ccd5a28 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/24 15:23:47 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/19 04:58:48 snj Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src @@ -30,7 +30,7 @@ AUTOCONF_REQD= 2.13 CPPFLAGS+= -Dunix WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-stable -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make MAKEFILE= GNUmakefile @@ -70,6 +70,6 @@ post-install: ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${EGDIR} ${CHMOD} -R a+r ${EGDIR} -.include "../../devel/pcre/buildlink2.mk" +.include "../../devel/pcre/buildlink3.mk" .include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 12ddbcd503f..acce7905523 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/23 17:03:48 kristerw Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/19 04:53:58 snj Exp $ # FreeBSD Id: ports/www/swish-e/Makefile,v 1.3 1999/08/31 02:43:18 peter Exp DISTNAME= swish-e-2.4.1 @@ -10,7 +10,7 @@ MAINTAINER= dotz@irc.pl HOMEPAGE= http://swish-e.org/ COMMENT= Simple web indexing for humans - enhanced -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -28,8 +28,8 @@ PLIST_SUBST+= LIBSWISH_E="@comment " PLIST_SUBST+= LIBSWISH_E= .endif -.include "../../devel/pcre/buildlink2.mk" -.include "../../devel/zlib/buildlink2.mk" -.include "../../textproc/libxml2/buildlink2.mk" +.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/zopeedit/Makefile b/www/zopeedit/Makefile index d348be0aae3..5bc1da91051 100644 --- a/www/zopeedit/Makefile +++ b/www/zopeedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/12/04 01:14:12 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/19 05:01:48 snj Exp $ # DISTNAME= zopeedit-0.7-src @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor COMMENT= Helper client application for Zope's ExternalEditor -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth PYDISTUTILSPKG= yes |