aboutsummaryrefslogtreecommitdiff
path: root/japanese/ebview-gtk2
diff options
context:
space:
mode:
authorNorikatsu Shigemura <nork@FreeBSD.org>2003-12-27 13:34:36 +0000
committerNorikatsu Shigemura <nork@FreeBSD.org>2003-12-27 13:34:36 +0000
commit1aa91c8967d1a8d97688449caeed0239eacb994c (patch)
tree34bdb4de7bc22753b48b1cb57a92af1fd6a9f0fb /japanese/ebview-gtk2
parentee27a01646c1ed9c1816501db5fae4f896571c13 (diff)
downloadports-1aa91c8967d1a8d97688449caeed0239eacb994c.tar.gz
ports-1aa91c8967d1a8d97688449caeed0239eacb994c.zip
o Add CONFLICTS. [1]
o Fix "pre-build" target to "post-patch". [2] PR: ports/60402 [1] Submitted by: faust@ua.airnet.ne.jp [1] Submitted by: Ports Fury [2]
Notes
Notes: svn path=/head/; revision=96678
Diffstat (limited to 'japanese/ebview-gtk2')
-rw-r--r--japanese/ebview-gtk2/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile
index 2cbed02addf8..17c2cbfa1a19 100644
--- a/japanese/ebview-gtk2/Makefile
+++ b/japanese/ebview-gtk2/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}