diff options
-rw-r--r-- | www/erwn/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index ef1d66d72..5d86b79b9 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -24,6 +24,10 @@ 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} |