diff options
author | seb <seb> | 2002-10-28 22:59:59 +0000 |
---|---|---|
committer | seb <seb> | 2002-10-28 22:59:59 +0000 |
commit | 23683cea817876351854a4e7389e742e11bab5de (patch) | |
tree | 7b077ea7f7cffe312d184fdfc8596f6f6775b7d6 /textproc | |
parent | 0428b4aa8af109255dd79203f28b39d2a3368c76 (diff) | |
download | pkgsrc-23683cea817876351854a4e7389e742e11bab5de.tar.gz |
Sorry for the mess. I did *not* removed CONFIGURE_ARGS in the first place,
so now remove the duplicate!
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/icu/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index a1abb6fd4c9..ee34303953c 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2002/10/28 22:58:13 seb Exp $ +# $NetBSD: Makefile,v 1.10 2002/10/28 22:59:59 seb Exp $ # DISTNAME= icu-1.7 @@ -15,8 +15,6 @@ GNU_CONFIGURE= YES USE_GMAKE= YES USE_BUILDLINK2= YES -CONFIGURE_ARGS+= --disable-threads - .include "../../mk/endian.mk" BIG_ENDIAN= |