aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-03-12 11:08:18 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-03-12 11:08:18 +0000
commit4aa5fe815629ff6ae718c20447808b11d7451280 (patch)
treecaa652360d737181c1293a5afb875b89683fd433
parentf8f737d4d7b2751acbe63fd5ec0dc199c555372d (diff)
downloadports-4aa5fe815629ff6ae718c20447808b11d7451280.tar.gz
ports-4aa5fe815629ff6ae718c20447808b11d7451280.zip
Notes
-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>