1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Fix with new gtkhtml3.

Bump PORTREVISION.
This commit is contained in:
Koop Mast 2005-03-12 11:08:18 +00:00
parent f8f737d4d7
commit 4aa5fe8156
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=130984

View File

@ -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>