diff options
author | marcus <marcus@FreeBSD.org> | 2007-01-17 05:35:08 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-01-17 05:35:08 +0000 |
commit | 7b7e4d7ead6607dc4d67992aaeb5b477daebcb98 (patch) | |
tree | 58597710f69e5c7f4de5134505047011d79b754e /net-im | |
parent | e98fad0e3c9af13861978b92e649cf1f273069f0 (diff) | |
download | FreeBSD-ports-7b7e4d7ead6607dc4d67992aaeb5b477daebcb98.zip FreeBSD-ports-7b7e4d7ead6607dc4d67992aaeb5b477daebcb98.tar.gz |
* Correct D-BUS dependency check to match OPTIONS
* Fix a portlint warning
PR: 108027
Submitted by: Sean Farley <sean-freebsd@farley.org>
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/libgaim/Makefile | 4 | ||||
-rw-r--r-- | net-im/libpurple/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net-im/libgaim/Makefile b/net-im/libgaim/Makefile index 5ba5137..2f69103 100644 --- a/net-im/libgaim/Makefile +++ b/net-im/libgaim/Makefile @@ -91,7 +91,7 @@ PLIST_SUB+= EVO="@comment not installed: " .endif .if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER) -USE_GSTREAMER+= core good +USE_GSTREAMER+= core good .else CONFIGURE_ARGS+=--disable-gstreamer .endif @@ -174,7 +174,7 @@ LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \ CONFIGURE_ARGS+= --disable-audio .endif -.if defined(WITH_DBUS) +.if !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .if !defined(GAIM_SLAVE) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus diff --git a/net-im/libpurple/Makefile b/net-im/libpurple/Makefile index 5ba5137..2f69103 100644 --- a/net-im/libpurple/Makefile +++ b/net-im/libpurple/Makefile @@ -91,7 +91,7 @@ PLIST_SUB+= EVO="@comment not installed: " .endif .if defined(WITH_GTKUI) && !defined(WITHOUT_GSTREAMER) -USE_GSTREAMER+= core good +USE_GSTREAMER+= core good .else CONFIGURE_ARGS+=--disable-gstreamer .endif @@ -174,7 +174,7 @@ LIB_DEPENDS+= ao.3:${PORTSDIR}/audio/libao \ CONFIGURE_ARGS+= --disable-audio .endif -.if defined(WITH_DBUS) +.if !defined(WITHOUT_DBUS) LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib .if !defined(GAIM_SLAVE) RUN_DEPENDS+= ${PYTHON_SITELIBDIR}/dbus/__init__.py:${PORTSDIR}/devel/py-dbus |