diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-18 14:33:23 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-01-18 14:33:23 +0000 |
commit | 1e6a252aa9b78709294c39107658732477c11a91 (patch) | |
tree | a167a0507aabf144c5ab557ed150feb97dc21065 /japanese/ebview-gtk2/Makefile | |
parent | 6ed4f4772e435d451cd83881017f1fd1f37d18fe (diff) |
Notes
Diffstat (limited to 'japanese/ebview-gtk2/Makefile')
-rw-r--r-- | japanese/ebview-gtk2/Makefile | 11 |
1 files changed, 5 insertions, 6 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) |