diff options
author | kwm <kwm@FreeBSD.org> | 2010-08-17 05:39:51 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2010-08-17 05:39:51 +0800 |
commit | 8786fb387d700117b37f45428873ca0ffa494b68 (patch) | |
tree | f20aedc0654ab575fdd4170e2b6e236ae9fe1f52 /www/erwn | |
parent | 930da8915f75592307af352dc1bf0eabb3eec450 (diff) | |
download | freebsd-ports-gnome-8786fb387d700117b37f45428873ca0ffa494b68.tar.gz freebsd-ports-gnome-8786fb387d700117b37f45428873ca0ffa494b68.tar.zst freebsd-ports-gnome-8786fb387d700117b37f45428873ca0ffa494b68.zip |
This port can use gtkhtml3 just fine instead of gtkhtml38.
Diffstat (limited to 'www/erwn')
-rw-r--r-- | www/erwn/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/www/erwn/Makefile b/www/erwn/Makefile index 8d9be60d9f85..b0ab5cfc6ae0 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -7,7 +7,7 @@ PORTNAME= erwn PORTVERSION= 0.8 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= www editors MASTER_SITES= http://lisas.de/erwin/ DISTNAME= erwin-${PORTVERSION} @@ -15,16 +15,14 @@ DISTNAME= erwin-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Simple GTK+-2 HTML editor -LIB_DEPENDS= gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38 - -USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview +USE_GNOME= gnomehack gnomeprefix gnometarget gtksourceview gtkhtml3 USE_GMAKE= yes 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: |