aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2007-06-15 07:49:43 +0000
committerPav Lucistnik <pav@FreeBSD.org>2007-06-15 07:49:43 +0000
commit916ef11b095e5ee0c667b687358a4a84c78e7c43 (patch)
treeb3a94fe8ef31a49f9621c764f842320804c06eea /deskutils
parent4575f91b465ce3214527b0dcbed697ace6027215 (diff)
downloadports-916ef11b095e5ee0c667b687358a4a84c78e7c43.tar.gz
ports-916ef11b095e5ee0c667b687358a4a84c78e7c43.zip
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/chmsee/Makefile12
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>