diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
commit | 951c257ea3655de6e80c26a36c18c69ee8047ea8 (patch) | |
tree | 249b59a23d9c6fae8db5e5639385f6273d237705 /www/erwn | |
parent | 91926e92b73e3751382216a16044c5d8b24ad126 (diff) |
Notes
Diffstat (limited to 'www/erwn')
-rw-r--r-- | www/erwn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index 283c6ddc245d..5c237b4ce2c7 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -7,7 +7,7 @@ PORTNAME= erwn PORTVERSION= 0.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www editors MASTER_SITES= http://lisas.de/erwin/ DISTNAME= erwin-${PORTVERSION} @@ -23,7 +23,7 @@ GNU_CONFIGURE= yes MAN1= erwin.1 post-patch: - @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.8|g" \ + @${REINPLACE_CMD} -e "s|gtkhtml-3.6|gtkhtml-3.14|g" \ ${WRKSRC}/configure post-install: |