diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-26 19:27:34 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-09-26 19:27:34 +0000 |
commit | f473462661ba15bf5bc29ab4613d669411f61495 (patch) | |
tree | 59b3f2daf02a284151c58a81a8e68dd2974f3560 /x11/workrave | |
parent | 67cde0f8e7510ac2a684a418b1ff46fd779532f9 (diff) |
Chase the libgnomeuimm shared lib version.
Noticed by: Koop Mast <einekoai@chello.nl>
Notes
Notes:
svn path=/head/; revision=89471
Diffstat (limited to 'x11/workrave')
-rw-r--r-- | x11/workrave/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile index 8148adb4ff59..0728a88bf220 100644 --- a/x11/workrave/Makefile +++ b/x11/workrave/Makefile @@ -7,6 +7,7 @@ PORTNAME= workrave PORTVERSION= 1.4.0 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -15,7 +16,7 @@ MAINTAINER= einekoai@chello.nl COMMENT= A Gnome RSI prevention tool LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtk--2 \ - gnomeuimm-1.3:${PORTSDIR}/x11-toolkits/libgnomeuimm \ + gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm \ gnet-2.0.0:${PORTSDIR}/net/gnet2 BUILD_DEPENDS= intltool-extract:${PORTSDIR}/textproc/intltool |