diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-12-27 13:34:36 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-12-27 13:34:36 +0000 |
commit | 1aa91c8967d1a8d97688449caeed0239eacb994c (patch) | |
tree | 34bdb4de7bc22753b48b1cb57a92af1fd6a9f0fb /japanese/ebview/Makefile | |
parent | ee27a01646c1ed9c1816501db5fae4f896571c13 (diff) | |
download | ports-1aa91c8967d1a8d97688449caeed0239eacb994c.tar.gz ports-1aa91c8967d1a8d97688449caeed0239eacb994c.zip |
Notes
Diffstat (limited to 'japanese/ebview/Makefile')
-rw-r--r-- | japanese/ebview/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ebview/Makefile b/japanese/ebview/Makefile index 2cbed02addf8..17c2cbfa1a19 100644 --- a/japanese/ebview/Makefile +++ b/japanese/ebview/Makefile @@ -16,6 +16,8 @@ COMMENT= Electronic Book Viewer LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb +CONFLICTS= ja-ebview-gtk2-* + USE_GETOPT_LONG= yes USE_GNOME= imlib USE_GMAKE= yes @@ -28,7 +30,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \ CPPFLAGS= -I${LOCALBASE}/include LDFLAGS= -L${LOCALBASE}/lib -pre-build: +post-patch: .for file in src/dictheading.c cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} |