diff options
author | marcus <marcus@FreeBSD.org> | 2005-11-07 13:42:10 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-11-07 13:42:10 +0800 |
commit | 670ff53fe61928e09e0430c507ad4ad35fb454b5 (patch) | |
tree | bd12640c9fe6229b6641134120876245fa3a0db9 | |
parent | d076b46bf1d59d26036ba46544c3aed9539c59b5 (diff) | |
download | freebsd-ports-gnome-670ff53fe61928e09e0430c507ad4ad35fb454b5.tar.gz freebsd-ports-gnome-670ff53fe61928e09e0430c507ad4ad35fb454b5.tar.zst freebsd-ports-gnome-670ff53fe61928e09e0430c507ad4ad35fb454b5.zip |
Chase the gtkhtml3 update.
Reported by: pointyhat via kris
-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} |