diff options
author | marcus <marcus@FreeBSD.org> | 2003-09-27 03:27:34 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-09-27 03:27:34 +0800 |
commit | 86b8f392133af37dcdb52418a9510b992481f9ec (patch) | |
tree | a523aa6d956f612b5fe4e8af98059c41bd9b1b42 | |
parent | 4eab04811294efc0cd3c903357e6ceca2417ee03 (diff) | |
download | freebsd-ports-gnome-86b8f392133af37dcdb52418a9510b992481f9ec.tar.gz freebsd-ports-gnome-86b8f392133af37dcdb52418a9510b992481f9ec.tar.zst freebsd-ports-gnome-86b8f392133af37dcdb52418a9510b992481f9ec.zip |
Chase the libgnomeuimm shared lib version.
Noticed by: Koop Mast <einekoai@chello.nl>
-rw-r--r-- | x11-toolkits/gnomemm/Makefile | 3 | ||||
-rw-r--r-- | x11/workrave/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11-toolkits/gnomemm/Makefile b/x11-toolkits/gnomemm/Makefile index ed527b871553..928950a245fe 100644 --- a/x11-toolkits/gnomemm/Makefile +++ b/x11-toolkits/gnomemm/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomemm PORTVERSION= 1.3.17 +PORTREVISION= 1 CATEGORIES= x11-toolkits gnome MASTER_SITES= # empty DISTFILES= # empty @@ -23,7 +24,7 @@ LIB_DEPENDS= gconfmm-2.0:${PORTSDIR}/devel/gconfmm \ glademm-2.0:${PORTSDIR}/devel/libglademm \ gnomecanvasmm-2.0:${PORTSDIR}/graphics/libgnomecanvasmm \ gnomemm-1.3:${PORTSDIR}/x11/libgnomemm \ - gnomeuimm-1.3:${PORTSDIR}/x11-toolkits/libgnomeuimm + gnomeuimm-2.0:${PORTSDIR}/x11-toolkits/libgnomeuimm NO_BUILD= yes LATEST_LINK= gnomemm2 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 |