diff options
author | kent <kent@pkgsrc.org> | 2003-04-10 15:32:00 +0000 |
---|---|---|
committer | kent <kent@pkgsrc.org> | 2003-04-10 15:32:00 +0000 |
commit | e226c7576ffa6512af7d2df6f12123f196118c10 (patch) | |
tree | e4e139e42eee8eec703e09366284a4853889af47 /textproc/icu/Makefile | |
parent | a4b1af47b8e5e65b9955825bcd5b8ce1df685015 (diff) | |
download | pkgsrc-e226c7576ffa6512af7d2df6f12123f196118c10.tar.gz |
Make this compile by a non-root user.
Fix confusion on NetBSD PECOFF environment
Diffstat (limited to 'textproc/icu/Makefile')
-rw-r--r-- | textproc/icu/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/icu/Makefile b/textproc/icu/Makefile index 281751d8157..4702ae702fe 100644 --- a/textproc/icu/Makefile +++ b/textproc/icu/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.13 2003/03/29 12:42:37 jmmv Exp $ +# $NetBSD: Makefile,v 1.14 2003/04/10 15:32:00 kent Exp $ # DISTNAME= icu-2.4 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/${PKGBASE}/source CATEGORIES= textproc MASTER_SITES= http://oss.software.ibm.com/icu/download/${PKGVERSION}/ |