diff options
author | kwm <kwm@FreeBSD.org> | 2013-05-13 19:44:07 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2013-05-13 19:44:07 +0800 |
commit | af229a0f157623b27872e365ee13618b6fc0026e (patch) | |
tree | 36086d774d9b7fbc9dc7e32c03654c97aef249fd /x11-toolkits | |
parent | 06220be39806925863a198d2befc5ee4ef05727c (diff) | |
download | freebsd-ports-gnome-af229a0f157623b27872e365ee13618b6fc0026e.tar.gz freebsd-ports-gnome-af229a0f157623b27872e365ee13618b6fc0026e.tar.zst freebsd-ports-gnome-af229a0f157623b27872e365ee13618b6fc0026e.zip |
This ports will link to dbus-glib if available. Switch to dbus-glib so it
always enables DBUS support in unique.
PR: ports/178287
Submitted by: pawel@
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/unique/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/unique/Makefile b/x11-toolkits/unique/Makefile index 87e7da003e15..8bd34f86630b 100644 --- a/x11-toolkits/unique/Makefile +++ b/x11-toolkits/unique/Makefile @@ -4,7 +4,7 @@ PORTNAME= unique PORTVERSION= 1.1.6 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits MASTER_SITES= GNOME/sources/lib${PORTNAME}/${PORTVERSION:R}/ DISTNAME= lib${PORTNAME}-${PORTVERSION} @@ -12,7 +12,7 @@ DISTNAME= lib${PORTNAME}-${PORTVERSION} MAINTAINER= kwm@FreeBSD.org COMMENT= Library for single instance applications -LIB_DEPENDS= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib USE_XORG= ice USE_BZIP2= yes |