diff options
author | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
---|---|---|
committer | cjep <cjep@pkgsrc.org> | 2003-01-10 07:49:51 +0000 |
commit | 2f9e9722bf7889f16fdc73d5f52104bad8b67cda (patch) | |
tree | 5edb43831494e2beb58df4ad7514418a8616e82b /www | |
parent | 5b8c84523400f851d2f2717a10ed05da02e780ee (diff) | |
download | pkgsrc-2f9e9722bf7889f16fdc73d5f52104bad8b67cda.tar.gz |
USE_PKGLOCALEDIR=yes
Diffstat (limited to 'www')
-rw-r--r-- | www/bluefish/Makefile | 9 | ||||
-rw-r--r-- | www/galeon/Makefile | 3 | ||||
-rw-r--r-- | www/sitecopy/Makefile | 3 | ||||
-rw-r--r-- | www/weex/Makefile | 6 |
4 files changed, 13 insertions, 8 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index b8a848015d2..43b6d200bf2 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2002/10/21 15:41:52 wiz Exp $ +# $NetBSD: Makefile,v 1.27 2003/01/10 07:56:12 cjep Exp $ DISTNAME= bluefish-0.7 PKGREVISION= 1 @@ -19,9 +19,10 @@ DEPENDS+= weblint-[0-9]*:../../www/weblint BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= # defined -USE_X11BASE= # defined -USE_GMAKE= # defined +USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined +USE_X11BASE= # defined +USE_GMAKE= # defined CONFIGURE_ARGS+= --with-autocomplet diff --git a/www/galeon/Makefile b/www/galeon/Makefile index 3137ab0e232..361835000f5 100644 --- a/www/galeon/Makefile +++ b/www/galeon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.41 2002/12/24 06:10:27 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2003/01/10 07:56:35 cjep Exp $ DISTNAME= galeon-1.2.7 PKGREVISION= 1 @@ -15,6 +15,7 @@ BUILD_DEPENDS+= xml-i18n-tools>=0.8.1:../../textproc/xml-i18n-tools USE_X11BASE= yes USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes LIBTOOL_OVERRIDE= ${WRKSRC}/libtool USE_GMAKE= yes diff --git a/www/sitecopy/Makefile b/www/sitecopy/Makefile index afddeb6bb25..7327069303b 100644 --- a/www/sitecopy/Makefile +++ b/www/sitecopy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2002/12/30 18:55:48 kristerw Exp $ +# $NetBSD: Makefile,v 1.14 2003/01/10 07:56:58 cjep Exp $ DISTNAME= sitecopy-0.11.4 CATEGORIES= www @@ -10,6 +10,7 @@ COMMENT= utility for synchronizing remote and local web sites USE_GMAKE= # defined USE_BUILDLINK2= # defined +USE_PKGLOCALEDIR= # defined BUILD_USES_MSGFMT= # defined GNU_CONFIGURE= # defined diff --git a/www/weex/Makefile b/www/weex/Makefile index 22994e2380d..556e14ea782 100644 --- a/www/weex/Makefile +++ b/www/weex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2001/11/29 08:36:06 martti Exp $ +# $NetBSD: Makefile,v 1.2 2003/01/10 07:57:23 cjep Exp $ DISTNAME= weex-2.6.1 CATEGORIES= www @@ -8,7 +8,9 @@ MAINTAINER= tech-pkg-jp@jp.netbsd.org HOMEPAGE= http://www.enjoy.ne.jp/~gm/program/weex/index.html COMMENT= non-interactive ftp client -GNU_CONFIGURE= yes +GNU_CONFIGURE= yes +USE_BUILDLINK2= yes +USE_PKGLOCALEDIR= yes WEEX_DOCS= AUTHORS BUGS BUGS.ja COPYING COPYING.ja \ ChangeLog ChangeLog.ja FAQ FAQ.ja README README.ja \ |