summaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2009-04-12 04:49:05 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2009-04-12 04:49:05 +0000
commit92cc6e3289f8ee681c44d01b3aff23862c86fa17 (patch)
treeddd8fdf7b0a192041b8f1082bbfe63104be38d75 /x11-fm
parentUpdate to 0.15.6. (diff)
Fix the build with GNOME 2.26.
Reported by: QAT
Notes
Notes: svn path=/head/; revision=232176
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/py-nautilus/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-fm/py-nautilus/Makefile b/x11-fm/py-nautilus/Makefile
index 090b127a21fb..0b2c449bbc34 100644
--- a/x11-fm/py-nautilus/Makefile
+++ b/x11-fm/py-nautilus/Makefile
@@ -22,8 +22,9 @@ GNU_CONFIGURE= yes
USE_PYTHON= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack pygnome2 eel2 nautilus2
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include `pkg-config --cflags gnome-vfs-2.0`" \
+ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \
+ LIBS="`pkg-config --libs gnome-vfs-2.0`"
DOCSDIR= ${PREFIX}/share/doc/nautilus-python