svn commit: r318071 - head/x11-toolkits/unique
Koop Mast
kwm at FreeBSD.org
Mon May 13 11:44:07 UTC 2013
Author: kwm
Date: Mon May 13 11:44:07 2013
New Revision: 318071
URL: http://svnweb.freebsd.org/changeset/ports/318071
Log:
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@
Modified:
head/x11-toolkits/unique/Makefile
Modified: head/x11-toolkits/unique/Makefile
==============================================================================
--- head/x11-toolkits/unique/Makefile Mon May 13 11:24:55 2013 (r318070)
+++ head/x11-toolkits/unique/Makefile Mon May 13 11:44:07 2013 (r318071)
@@ -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 at 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
More information about the svn-ports-all
mailing list