diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 07:17:18 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-12 07:17:18 +0800 |
commit | 6e9c98a13ef19817e3b0fde88f5191f78685771b (patch) | |
tree | 31eb9d08fc697cfadff0c199430f21fbbc4d27db /net | |
parent | 3a987d5d592aad07630421a102a5257e1df05ef6 (diff) | |
download | marcuscom-ports-6e9c98a13ef19817e3b0fde88f5191f78685771b.tar marcuscom-ports-6e9c98a13ef19817e3b0fde88f5191f78685771b.tar.gz marcuscom-ports-6e9c98a13ef19817e3b0fde88f5191f78685771b.tar.bz2 marcuscom-ports-6e9c98a13ef19817e3b0fde88f5191f78685771b.tar.lz marcuscom-ports-6e9c98a13ef19817e3b0fde88f5191f78685771b.tar.xz marcuscom-ports-6e9c98a13ef19817e3b0fde88f5191f78685771b.tar.zst marcuscom-ports-6e9c98a13ef19817e3b0fde88f5191f78685771b.zip |
Switch dbus dependency to dbus-glib.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7719 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net')
-rw-r--r-- | net/tapidbus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/tapidbus/Makefile b/net/tapidbus/Makefile index 13711078b..cfdb1e1f0 100644 --- a/net/tapidbus/Makefile +++ b/net/tapidbus/Makefile @@ -7,7 +7,7 @@ PORTNAME= tapidbus PORTVERSION= 0.2.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tapioca-voip @@ -15,7 +15,7 @@ MASTER_SITE_SUBDIR= tapioca-voip MAINTAINER= babak@farrokhi.net COMMENT= Abstraction layer for interprocess communication -LIB_DEPENDS= dbus-1.3:${PORTSDIR}/devel/dbus +LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib GNU_CONFIGURE= yes USE_GMAKE= yes |