diff options
author | pav <pav@FreeBSD.org> | 2007-06-15 15:49:43 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-06-15 15:49:43 +0800 |
commit | b8d72d30867068134b1162178075eee7b3dea4f2 (patch) | |
tree | 1eb4d7b498782a3b92f9e361d204626ace8351bb /deskutils | |
parent | 1ad31f26b3ef8916c7a02187abe002d93492f18f (diff) | |
download | freebsd-ports-gnome-b8d72d30867068134b1162178075eee7b3dea4f2.tar.gz freebsd-ports-gnome-b8d72d30867068134b1162178075eee7b3dea4f2.tar.zst freebsd-ports-gnome-b8d72d30867068134b1162178075eee7b3dea4f2.zip |
- Switch to gtkhtml3
PR: ports/113657
Submitted by: Yinghong.Liu <liu_yinghong@yahoo.com.cn> (maintainer)
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> |