aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils
diff options
context:
space:
mode:
authorkwm <kwm@FreeBSD.org>2005-03-12 19:08:18 +0800
committerkwm <kwm@FreeBSD.org>2005-03-12 19:08:18 +0800
commit9bb484c17b4ab741da80bd8ad274520fa32748d0 (patch)
tree990c1490b8f7d0f51b50e606c79b43fc0db21fb9 /deskutils
parent40eb45dd8b75d622b2b93d6c552dbb75589f5910 (diff)
downloadfreebsd-ports-gnome-9bb484c17b4ab741da80bd8ad274520fa32748d0.tar.gz
freebsd-ports-gnome-9bb484c17b4ab741da80bd8ad274520fa32748d0.tar.zst
freebsd-ports-gnome-9bb484c17b4ab741da80bd8ad274520fa32748d0.zip
Fix with new gtkhtml3.
Bump PORTREVISION.
Diffstat (limited to 'deskutils')
-rw-r--r--deskutils/gnotime/Makefile6
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>