diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-03 05:09:14 +0800 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2005-04-03 05:09:14 +0800 |
commit | b166aafe8c1e2f994e0995684a797ca8caacbbf3 (patch) | |
tree | 9c050dc6e02543fa8538d62d0ed5b8d1a9ab5489 /x11/libexo | |
parent | 4f545c5a492a81e2fd1b83bcd6f2ec1b988d4952 (diff) | |
download | freebsd-ports-gnome-b166aafe8c1e2f994e0995684a797ca8caacbbf3.tar.gz freebsd-ports-gnome-b166aafe8c1e2f994e0995684a797ca8caacbbf3.tar.zst freebsd-ports-gnome-b166aafe8c1e2f994e0995684a797ca8caacbbf3.zip |
Chase the dbus shared library version.
Diffstat (limited to 'x11/libexo')
-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} |