aboutsummaryrefslogtreecommitdiff
path: root/deskutils/gnotime/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2005-10-21 11:02:49 +0000
committerKoop Mast <kwm@FreeBSD.org>2005-10-21 11:02:49 +0000
commit202cc51705d3752973afbd33bd97391f0cf4b5b1 (patch)
tree5cb94b6fbe49b67b19c9afc67386dc69d9743c02 /deskutils/gnotime/Makefile
parent18d20eb7cc2db23c47f97d5745a414a6d5bde5b1 (diff)
downloadports-202cc51705d3752973afbd33bd97391f0cf4b5b1.tar.gz
ports-202cc51705d3752973afbd33bd97391f0cf4b5b1.zip
Notes
Diffstat (limited to 'deskutils/gnotime/Makefile')
-rw-r--r--deskutils/gnotime/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile
index 9b9f763e8afd..4701b04c661d 100644
--- a/deskutils/gnotime/Makefile
+++ b/deskutils/gnotime/Makefile
@@ -6,8 +6,7 @@
#
PORTNAME= gnotime
-PORTVERSION= 2.2.1
-PORTREVISION= 1
+PORTVERSION= 2.2.2
CATEGORIES= deskutils gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gttr
@@ -17,7 +16,7 @@ COMMENT= GnoTime is a time tracker for gnome2
LIB_DEPENDS= guile.15:${PORTSDIR}/lang/guile
-USE_GNOME= gnomehack gnomeprefix gtkhtml3 libgnomeui
+USE_GNOME= gnomehack gnomeprefix intlhack gtkhtml3 libgnomeui
USE_X_PREFIX= yes
USE_GMAKE= yes
INSTALLS_OMF= yes
@@ -30,9 +29,4 @@ 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>