diff options
author | yoichi <yoichi@FreeBSD.org> | 2002-05-01 19:43:25 +0000 |
---|---|---|
committer | yoichi <yoichi@FreeBSD.org> | 2002-05-01 19:43:25 +0000 |
commit | c4b2def11915cfc652e5ea4b2c41902f36493d88 (patch) | |
tree | c76bb60843106269d6bfcb3b440ac2fd30e6ec68 /japanese/ebview | |
parent | a1fd21ae0550f30a30de2255f9487151c047f487 (diff) | |
download | FreeBSD-ports-c4b2def11915cfc652e5ea4b2c41902f36493d88.zip FreeBSD-ports-c4b2def11915cfc652e5ea4b2c41902f36493d88.tar.gz |
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 dcdb042..23e8d32 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 |