diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-14 04:08:06 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2002-07-14 04:08:06 +0000 |
commit | 8b8618eef701961206b7d5731ee978ff1f749a0c (patch) | |
tree | e3483d5d21759c4a25b5a8cbfd078057e009843f /x11-fm/nautilus | |
parent | o Install mod_deflate by default (diff) |
Add a dependency on libghttp. This isn't polled at configure time, but it
is needed by nautilus-text-view.c.
PR: 40522
Diffstat (limited to 'x11-fm/nautilus')
-rw-r--r-- | x11-fm/nautilus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 83c9e69bfe11..694c950bebf2 100644 --- a/x11-fm/nautilus/Makefile +++ b/x11-fm/nautilus/Makefile @@ -40,7 +40,7 @@ RUN_DEPENDS= ${X11BASE}/lib/${MOZILLA}/libgtkembedmoz.so:${PORTSDIR}/www/${MOZIL USE_GMAKE= yes USE_X_PREFIX= yes USE_GNOMENG= yes -USE_GNOME= gnomehack gnomeprefix gnomehier libpanel bonobo gnomevfs +USE_GNOME= gnomehack gnomeprefix gnomehier libpanel libghttp bonobo gnomevfs INSTALLS_SHLIB= yes USE_LIBTOOL= yes CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \ |