diff options
author | nork <nork@FreeBSD.org> | 2004-01-18 22:33:23 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-01-18 22:33:23 +0800 |
commit | a0046b7c2dda291a1c600acb481ddf4e60a59887 (patch) | |
tree | 378998aa0fde3432639cd6264e65fc7ddcdd99a0 /japanese | |
parent | 35530fc407bf731c472a520e4ef32cab694d3a0f (diff) | |
download | freebsd-ports-gnome-a0046b7c2dda291a1c600acb481ddf4e60a59887.tar.gz freebsd-ports-gnome-a0046b7c2dda291a1c600acb481ddf4e60a59887.tar.zst freebsd-ports-gnome-a0046b7c2dda291a1c600acb481ddf4e60a59887.zip |
Update to 0.3.3.
PR: ports/61523
Submitted by: Ports Fury
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 11 | ||||
-rw-r--r-- | japanese/ebview-gtk2/distinfo | 2 |
2 files changed, 6 insertions, 7 deletions
diff --git a/japanese/ebview-gtk2/Makefile b/japanese/ebview-gtk2/Makefile index 771fd5848d5f..1debb2586e58 100644 --- a/japanese/ebview-gtk2/Makefile +++ b/japanese/ebview-gtk2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ebview -PORTVERSION= 0.3.1 +PORTVERSION= 0.3.3 CATEGORIES= japanese MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -20,16 +20,15 @@ LIB_DEPENDS= eb.7:${PORTSDIR}/japanese/eb CONFLICTS= ja-ebview-0* USE_GNOME= gtk20 gnometarget +USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -pre-build: -.for file in src/grep.c - @cd ${WRKSRC} && ${MV} ${file} ${file}.pre_iconv \ - && iconv -c -t ascii ${file}.pre_iconv > ${file} || ${TRUE} -.endfor +post-patch: + @${REINPLACE_CMD} -e \ + 's|-pthread|${PTHREAD_LIBS:S/"//g}|g' ${WRKSRC}/configure post-install: .if !defined(NOPORTDOCS) diff --git a/japanese/ebview-gtk2/distinfo b/japanese/ebview-gtk2/distinfo index 1d874404cf6b..0d2290a0f5e2 100644 --- a/japanese/ebview-gtk2/distinfo +++ b/japanese/ebview-gtk2/distinfo @@ -1 +1 @@ -MD5 (ebview-0.3.1.tar.gz) = 28927e10bb56c7598757ac4fded85806 +MD5 (ebview-0.3.3.tar.gz) = 3dc5ce005a151fba138d6785dcb8776e |