diff options
author | Koop Mast <kwm@FreeBSD.org> | 2013-05-13 11:44:07 +0000 |
---|---|---|
committer | Koop Mast <kwm@FreeBSD.org> | 2013-05-13 11:44:07 +0000 |
commit | dc6182f187bd0fcba08ce8970fc268cb8b89b9a8 (patch) | |
tree | 36086d774d9b7fbc9dc7e32c03654c97aef249fd /x11-toolkits/unique | |
parent | 26f1270650a81ea6ab1b2fa9c9b6c8e0837c68cd (diff) |
Notes
Diffstat (limited to 'x11-toolkits/unique')
-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 |