diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-03-12 11:08:18 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-03-12 11:08:18 +0000 |
commit | 4aa5fe815629ff6ae718c20447808b11d7451280 (patch) | |
tree | caa652360d737181c1293a5afb875b89683fd433 /deskutils/gnotime | |
parent | Add gnome-menu-editor (diff) |
Fix with new gtkhtml3.
Bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=130984
Diffstat (limited to 'deskutils/gnotime')
-rw-r--r-- | deskutils/gnotime/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 7b1e94a0c4d6..9b9f763e8afd 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnotime PORTVERSION= 2.2.1 +PORTREVISION= 1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gttr @@ -29,4 +30,9 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ MAN1= gnotime.1 GCONF_SCHEMAS= gnotime.schemas +# until a new version comes out... +post-patch: + @${REINPLACE_CMD} -e "s|gtkhtml-3.1|gtkhtml-3.6|g" \ + ${WRKSRC}/configure + .include <bsd.port.mk> |