diff options
author | Hye-Shik Chang <perky@FreeBSD.org> | 2005-05-22 03:05:37 +0000 |
---|---|---|
committer | Hye-Shik Chang <perky@FreeBSD.org> | 2005-05-22 03:05:37 +0000 |
commit | e399f6be1823b4f0bd00cfbfb7fac80711a79436 (patch) | |
tree | ce44b774906aade49cb7aa539241eb352d7c7598 /net/liferea | |
parent | o Update to snapshot 20050521 (diff) |
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 0ad05d9608ba..0170ace7d727 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 |