diff options
author | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-05-01 19:43:25 +0000 |
---|---|---|
committer | Yoichi NAKAYAMA <yoichi@FreeBSD.org> | 2002-05-01 19:43:25 +0000 |
commit | 45528c4bc620429f71233443a124b106a30b4ec4 (patch) | |
tree | b12f2b7b6e304ce8c8496b22929e493a7395ce44 /japanese/ebview | |
parent | Mark forbidden because of security bug. (diff) |
Disable imlib test in configure script to build with imlib-1.9.14.
Diffstat (limited to 'japanese/ebview')
-rw-r--r-- | japanese/ebview/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index dcdb0423098d..23e8d32f8114 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -20,6 +20,7 @@ USE_IMLIB= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAKE_ARGS= SUBDIRS=src +CONFIGURE_ARGS= --disable-imlibtest post-install: ${MKDIR} ${PREFIX}/share/locale/ja/LC_MESSAGES |