diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-25 00:53:21 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-05-25 00:53:21 +0000 |
commit | acbbb22e3d8bb1c6bfdc05865b8fddc604b90fd9 (patch) | |
tree | dd0f129d78b49c1eb71d665b643fc2526a6d869d /www/erwn | |
parent | 3b23898a835e1725ab65ed518e28b0843d52b3ce (diff) |
Teach these ports to use www/gtkhtml38 instead of gtkhtml3.
Notes
Notes:
svn path=/head/; revision=191678
Diffstat (limited to 'www/erwn')
-rw-r--r-- | www/erwn/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index 777be4314be5..78c24f6393da 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -7,7 +7,7 @@ PORTNAME= erwn PORTVERSION= 0.8 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= www editors MASTER_SITES= http://lisas.de/erwin/ DISTNAME= erwin-${PORTVERSION} @@ -16,14 +16,14 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+-2 HTML editor USE_X_PREFIX= yes -USE_GNOME= gnomehack gnomeprefix gnometarget gtkhtml3 gtksourceview +USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= erwin.1 post-patch: - @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.14|g" \ + @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.8|g" \ ${WRKSRC}/configure post-install: |