diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-12-27 14:58:49 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-12-27 14:58:49 +0000 |
commit | 8dbd7a34c32b3ebc9d510c717f0113d176142dc3 (patch) | |
tree | f2bfed8b9522043c8375b47a1e50ee16df345865 /japanese/ebview-gtk2/Makefile | |
parent | 7b7c3ad636cea2a2858bc8d04886680aacdcfeeb (diff) | |
download | ports-8dbd7a34c32b3ebc9d510c717f0113d176142dc3.tar.gz ports-8dbd7a34c32b3ebc9d510c717f0113d176142dc3.zip |
Notes
Diffstat (limited to 'japanese/ebview-gtk2/Makefile')
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index 17c2cbfa1a19..cda9dc1dd683 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -30,7 +30,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -post-patch: +pre-build: .for file in src/dictheading.c cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} |