diff options
Diffstat (limited to 'deskutils/gnotime/Makefile')
-rw-r--r-- | deskutils/gnotime/Makefile | 13 |
1 files changed, 4 insertions, 9 deletions
diff --git a/deskutils/gnotime/Makefile b/deskutils/gnotime/Makefile index 04dfee8..eaeb27b 100644 --- a/deskutils/gnotime/Makefile +++ b/deskutils/gnotime/Makefile @@ -3,12 +3,12 @@ # Whom: Martin Klaffenboeck <martin.klaffenboeck@gmx.at> # # $FreeBSD$ -# $MCom: ports/deskutils/gnotime/Makefile,v 1.15 2005/07/01 17:57:13 marcus Exp $ +# $MCom$ # PORTNAME= gnotime -PORTVERSION= 2.2.1 -PORTREVISION= 1 +PORTVERSION= 2.2.2 +PORTREVISON= 1 CATEGORIES= deskutils gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= gttr @@ -18,7 +18,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 @@ -31,9 +31,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.8|g" \ - ${WRKSRC}/configure - .include <bsd.port.mk> |