diff options
-rw-r--r-- | www/erwn/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index b262298c030f..38f2b38326b9 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -18,10 +18,15 @@ COMMENT= Simple GTK+-2 HTML editor USE_X_PREFIX= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtkhtml3 gtksourceview USE_GMAKE= yes +USE_REINPLACE= yes GNU_CONFIGURE= yes MAN1= erwin.1 +post-patch: + @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.8|g" \ + ${WRKSRC}/configure + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} |