diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 13:45:01 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-10-13 13:45:01 +0800 |
commit | bb5f546f408caa82b33722586b7a1b3731a86765 (patch) | |
tree | 1ee5277572cd5cf6bf792f0f9f52f42f01ed1765 | |
parent | 292f3ce3fa2364533a1ff8f4b94176ff56eb1c73 (diff) | |
download | marcuscom-ports-bb5f546f408caa82b33722586b7a1b3731a86765.tar marcuscom-ports-bb5f546f408caa82b33722586b7a1b3731a86765.tar.gz marcuscom-ports-bb5f546f408caa82b33722586b7a1b3731a86765.tar.bz2 marcuscom-ports-bb5f546f408caa82b33722586b7a1b3731a86765.tar.lz marcuscom-ports-bb5f546f408caa82b33722586b7a1b3731a86765.tar.xz marcuscom-ports-bb5f546f408caa82b33722586b7a1b3731a86765.tar.zst marcuscom-ports-bb5f546f408caa82b33722586b7a1b3731a86765.zip |
dbus -> dbus-glib to fix the enable and plist
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7770 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net-im/gaim-devel/Makefile | 6 | ||||
-rw-r--r-- | net-im/pidgin/Makefile | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/net-im/gaim-devel/Makefile b/net-im/gaim-devel/Makefile index 520f05341..beb497cfa 100644 --- a/net-im/gaim-devel/Makefile +++ b/net-im/gaim-devel/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/gaim-devel/Makefile,v 1.3 2006/09/30 16:04:04 marcus Exp $ +# $MCom: ports/net-im/gaim-devel/Makefile,v 1.4 2006/10/07 17:10:07 marcus Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-cyrus-sasl .endif .if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus CONFIGURE_ARGS+= --enable-dbus PLIST_SUB+= DBUS="" diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index 520f05341..beb497cfa 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -3,12 +3,12 @@ # Whom: Jim Mock <jim@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/net-im/gaim-devel/Makefile,v 1.3 2006/09/30 16:04:04 marcus Exp $ +# $MCom: ports/net-im/gaim-devel/Makefile,v 1.4 2006/10/07 17:10:07 marcus Exp $ # PORTNAME= gaim PORTVERSION= 2.0.0.b3.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES?= net-im MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -89,7 +89,7 @@ CONFIGURE_ARGS+= --enable-cyrus-sasl .endif .if defined(WITH_DBUS) -LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus +LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus CONFIGURE_ARGS+= --enable-dbus PLIST_SUB+= DBUS="" |