diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-14 04:08:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-14 04:08:06 +0000 |
commit | 88d124ecd0a703aecbefce4b0b1e3e478ed97d5b (patch) | |
tree | 88e21636054c0307b85b7ce6f67b1dd046d26602 /x11-fm | |
parent | d791b774a8fb2aa13b724e66f450405b9abdd23c (diff) | |
download | FreeBSD-ports-88d124ecd0a703aecbefce4b0b1e3e478ed97d5b.zip FreeBSD-ports-88d124ecd0a703aecbefce4b0b1e3e478ed97d5b.tar.gz |
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')
-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 83c9e69..694c950 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" \ |