summaryrefslogtreecommitdiff
path: root/x11-fm/nautilus2
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2001-05-05 15:00:11 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2001-05-05 15:00:11 +0000
commit9be75745d664e00a184f3f65613d30a2a82cbbc1 (patch)
treec3f8076b737d98a726b5f724d5b255737b579ec2 /x11-fm/nautilus2
parentUpdate to 0.9.20010504. (diff)
Use proper location of freetype library (LOCALBASE, not X11BASE).
Notes
Notes: svn path=/head/; revision=42277
Diffstat (limited to 'x11-fm/nautilus2')
-rw-r--r--x11-fm/nautilus2/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/nautilus2/Makefile b/x11-fm/nautilus2/Makefile
index d264279371e7..506a5f37e7b9 100644
--- a/x11-fm/nautilus2/Makefile
+++ b/x11-fm/nautilus2/Makefile
@@ -37,8 +37,8 @@ INSTALLS_SHLIB= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -fno-rtti -fno-exceptions" \
LIBS="${PTHREAD_LIBS} -L${LOCALBASE}/lib -L${X11BASE}/lib" \
LIBPNG="-L${LOCALBASE}/lib -lpng -lz ${MOZILLA_LIBS}"
-CONFIGURE_ARGS= --with-freetype2-lib-place=${X11BASE}/lib \
- --with-freetype2-include-place=${X11BASE}/include/freetype2
+CONFIGURE_ARGS= --with-freetype2-lib-place=${LOCALBASE}/lib \
+ --with-freetype2-include-place=${LOCALBASE}/include/freetype2
.if !defined(WITHOUT_MOZILLA)
CONFIGURE_ARGS+= --with-mozilla-lib-place=${X11BASE}/lib/${MOZILLA} \