diff options
author | nork <nork@FreeBSD.org> | 2003-12-27 21:34:36 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-12-27 21:34:36 +0800 |
commit | 57e4e70c89555936a470c8ad9a65a9a78a3b8173 (patch) | |
tree | cff6af8e7a8452846a85ae6a46d384f6ede5eb31 /japanese/ebview | |
parent | fd0236eac16f4f6192f650769c525b075c16395c (diff) | |
download | freebsd-ports-gnome-57e4e70c89555936a470c8ad9a65a9a78a3b8173.tar.gz freebsd-ports-gnome-57e4e70c89555936a470c8ad9a65a9a78a3b8173.tar.zst freebsd-ports-gnome-57e4e70c89555936a470c8ad9a65a9a78a3b8173.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]
Diffstat (limited to 'japanese/ebview')
-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} |