diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-12 03:20:06 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-12 03:20:06 +0000 |
commit | ccec9fe7f30a80fd51096114f68fdb0d1aa75757 (patch) | |
tree | ae49960caa7563cf309f6463a206a3cd283c08cf /x11-fm/nautilus | |
parent | 4afa2753bcef27af431c091dd7604a1071f2db15 (diff) | |
download | FreeBSD-ports-ccec9fe7f30a80fd51096114f68fdb0d1aa75757.zip FreeBSD-ports-ccec9fe7f30a80fd51096114f68fdb0d1aa75757.tar.gz |
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')
-rw-r--r-- | x11-fm/nautilus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus/Makefile b/x11-fm/nautilus/Makefile index 4d5e7a7..1b18b9c 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 \ |