diff options
-rw-r--r-- | games/xboard/Makefile | 5 | ||||
-rw-r--r-- | textproc/icu/Makefile | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/games/xboard/Makefile b/games/xboard/Makefile index f976607a71d..1ddf3cbc985 100644 --- a/games/xboard/Makefile +++ b/games/xboard/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.27 2005/06/01 18:02:52 jlam Exp $ +# $NetBSD: Makefile,v 1.28 2005/06/24 16:49:08 kristerw Exp $ DISTNAME= xboard-4.2.6 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_GNU:=xboard/} @@ -11,6 +11,7 @@ COMMENT= Graphical frontend for chess engines and servers CONFIGURE_ARGS+= --enable-xpm CONFIGURE_ARGS+= --enable-zippy # interface to ICS +CONFIGURE_ENV+= PERLPATH="${PERL5}" GNU_CONFIGURE= # defined INFO_FILES= xboard.info diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index bb44ce1a5e6..b1b587d61bc 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.40 2005/05/22 20:08:34 jlam Exp $ +# $NetBSD: Makefile,v 1.41 2005/06/24 16:44:15 kristerw Exp $ # DISTNAME= icu-3.2 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= textproc MASTER_SITES= ftp://ftp.software.ibm.com/software/globalization/icu/${PKGVERSION}/ EXTRACT_SUFX= .tgz @@ -19,6 +19,7 @@ TEST_TARGET= check GNU_CONFIGURE= YES CONFIGURE_ARGS+= --enable-static +CONFIGURE_ENV+= U_MAKE="${TOOLS_GMAKE}" # ICU's configure script will automatically append "/icu" to the sysconfdir. CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFBASEDIR} |