summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus/Makefile
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-12 03:20:06 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2002-07-12 03:20:06 +0000
commitf6ffd9afe001f66a58f7db744810a85fa590e893 (patch)
tree3fac46ce48dfd7f08fb01fba5a6380a14b49812d /x11-fm/nautilus/Makefile
parentUpdate to 0.2.6 (diff)
Fix broken make configure. There is no gnomecore component to GNOMENG.
Instead, it's libpanel. Reported by: Mike Harding <mvh@ix.netcom.com>
Diffstat (limited to 'x11-fm/nautilus/Makefile')
-rw-r--r--x11-fm/nautilus/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile
index 4d5e7a70f439..1b18b9cad260 100644
--- a/x11-fm/nautilus/Makefile
+++ b/x11-fm/nautilus/Makefile
@@ -40,10 +40,10 @@ 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 gnomecore
+USE_GNOME= gnomehack gnomeprefix gnomehier libpanel
INSTALLS_SHLIB= yes
USE_LIBTOOL= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \
+CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib -liconv" \
LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}"
CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \