diff options
Diffstat (limited to 'deskutils/chmsee/Makefile')
-rw-r--r-- | deskutils/chmsee/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/deskutils/chmsee/Makefile b/deskutils/chmsee/Makefile index 4758585..b0857be 100644 --- a/deskutils/chmsee/Makefile +++ b/deskutils/chmsee/Makefile @@ -7,6 +7,7 @@ PORTNAME= chmsee PORTVERSION= 0.9.6 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= http://chmsee.gro.clinux.org/ @@ -26,4 +27,8 @@ 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> |