diff options
author | perky <perky@FreeBSD.org> | 2005-05-22 03:05:37 +0000 |
---|---|---|
committer | perky <perky@FreeBSD.org> | 2005-05-22 03:05:37 +0000 |
commit | 6dab384b516852da773b8e3c841fa81e212a26ad (patch) | |
tree | 1a218f840d72e9fc9c5a6b2319f57595787843fd /net/liferea | |
parent | df5de42116a992db83cef47cf55090efd6fed725 (diff) | |
download | FreeBSD-ports-6dab384b516852da773b8e3c841fa81e212a26ad.zip FreeBSD-ports-6dab384b516852da773b8e3c841fa81e212a26ad.tar.gz |
Disable dbus for now. liferea's dbus support code is not compatible
with that we have in ports currently.
Submitted by: mezz, J. W. Ballantine <jwb@homer.att.com>
Diffstat (limited to 'net/liferea')
-rw-r--r-- | net/liferea/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/liferea/Makefile b/net/liferea/Makefile index 0ad05d9..0170ace 100644 --- a/net/liferea/Makefile +++ b/net/liferea/Makefile @@ -21,7 +21,7 @@ USE_REINPLACE= yes USE_LIBTOOL_VER=15 CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=${MOZILLA_ARG} +CONFIGURE_ARGS+=${MOZILLA_ARG} --disable-dbus MAN1= liferea.1 GCONF_SCHEMAS= liferea.schemas |