diff options
author | Koop Mast <kwm@FreeBSD.org> | 2005-11-05 12:16:51 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2005-11-05 12:16:51 +0000 |
commit | 3ba184e03ba00c43ec06fcb1b87d5a9a5e73c946 (patch) | |
tree | e9c8c3b959a4899ab7cc469cfdd1d28ce85c262c /deskutils/gnotime/Makefile | |
parent | 4d09a2c448b1dbce09101e53d1c4c8e31b19c2cb (diff) |
Revert 2.2.2 -> 2.2.1 downgrade which was included in the gnome 2.12 update.
Bump portrevision to chase glib/gtk update.
Notes
Notes:
svn path=/head/; revision=147368
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 04dfee8646f3..eaeb27b4de01 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> |