diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-15 07:49:43 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-06-15 07:49:43 +0000 |
commit | 916ef11b095e5ee0c667b687358a4a84c78e7c43 (patch) | |
tree | b3a94fe8ef31a49f9621c764f842320804c06eea /deskutils | |
parent | Change RUN_DEPENDS to avoid break after devel/rubygem-builder update. (diff) |
- Switch to gtkhtml3
PR: ports/113657
Submitted by: Yinghong.Liu <liu_yinghong@yahoo.com.cn> (maintainer)
Notes
Notes:
svn path=/head/; revision=193548
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/chmsee/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile index 4f18fbaf9fa4..0a0fbb8d1f9a 100644 --- a/deskutils/chmsee/Makefile +++ b/deskutils/chmsee/Makefile @@ -7,7 +7,7 @@ PORTNAME= chmsee PORTVERSION= 0.9.6 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= deskutils gnome MASTER_SITES= http://chmsee.gro.clinux.org/ @@ -15,7 +15,7 @@ MAINTAINER= liu_yinghong@yahoo.com.cn COMMENT= A viewer for Microsoft Help "CHM" files LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \ - gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 + gtkhtml-3.14:${PORTSDIR}/www/gtkhtml3 USE_GETTEXT= yes USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome @@ -25,7 +25,11 @@ USE_GMAKE= yes USE_X_PREFIX= yes USE_BZIP2= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +post-patch: + @${REINPLACE_CMD} 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \ + ${WRKSRC}/configure .include <bsd.port.mk> |