diff options
author | marcus <marcus@FreeBSD.org> | 2005-04-03 05:09:14 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2005-04-03 05:09:14 +0800 |
commit | d8236c63f2b00c7eb63112fb968a78c3996fa614 (patch) | |
tree | 102dbb01e744bf41769feb3a8d1cf159ef147b60 /x11 | |
parent | bcb13d68751cca04445137457b00764521405e74 (diff) | |
download | freebsd-ports-gnome-d8236c63f2b00c7eb63112fb968a78c3996fa614.tar.gz freebsd-ports-gnome-d8236c63f2b00c7eb63112fb968a78c3996fa614.tar.zst freebsd-ports-gnome-d8236c63f2b00c7eb63112fb968a78c3996fa614.zip |
Chase the dbus shared library version.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libexo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index f541746b9b63..6ba1c06691d6 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -7,7 +7,7 @@ PORTNAME= libexo PORTVERSION= 0.2.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 xfce MASTER_SITES= http://download.berlios.de/xfce-goodies/ DISTNAME= exo-${PORTVERSION} @@ -16,7 +16,7 @@ MAINTAINER= matt@bsdfly.org COMMENT= Terminal library, extensions to Xfce by os-cillation LIB_DEPENDS= xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui \ - dbus-1.0:${PORTSDIR}/devel/dbus + dbus-1.1:${PORTSDIR}/devel/dbus WRKSRC= ${WRKDIR}/${DISTNAME} |