aboutsummaryrefslogtreecommitdiff
path: root/deskutils
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-25 00:53:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-25 00:53:21 +0000
commitacbbb22e3d8bb1c6bfdc05865b8fddc604b90fd9 (patch)
treedd0f129d78b49c1eb71d665b643fc2526a6d869d /deskutils
parent3b23898a835e1725ab65ed518e28b0843d52b3ce (diff)
Notes
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/chmsee/Makefile11
1 files changed, 4 insertions, 7 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile
index 5f0c5a030877..e0ca8b0eba76 100644
--- a/deskutils/chmsee/Makefile
+++ b/deskutils/chmsee/Makefile
@@ -7,17 +7,18 @@
PORTNAME= chmsee
PORTVERSION= 0.9.6
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= deskutils gnome
MASTER_SITES= http://chmsee.gro.clinux.org/
MAINTAINER= liu_yinghong@yahoo.com.cn
COMMENT= A viewer for Microsoft Help "CHM" files
-LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib
+LIB_DEPENDS= chm.0:${PORTSDIR}/misc/chmlib \
+ libgtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38
USE_GETTEXT= yes
-USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome gtkhtml3
+USE_GNOME= gtk20 libglade2 gnomeprefix gnomehack libgnome
WANT_GNOME= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
@@ -27,8 +28,4 @@ USE_BZIP2= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
-post-patch:
- @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \
- ${WRKSRC}/configure
-
.include <bsd.port.mk>