summaryrefslogtreecommitdiff
path: root/x11-fm/endeavour
diff options
context:
space:
mode:
authorAnders Nordby <anders@FreeBSD.org>2002-04-13 23:56:10 +0000
committerAnders Nordby <anders@FreeBSD.org>2002-04-13 23:56:10 +0000
commit66c93b22ab0f80221ebf14c0a257856b50945ab0 (patch)
tree55f3badd7db3d30120e0e5986a7aaa18931f1fb7 /x11-fm/endeavour
parentAdd missing files (diff)
Fix bento -current build.
PR: 36817 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=57674
Diffstat (limited to 'x11-fm/endeavour')
-rw-r--r--x11-fm/endeavour/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-fm/endeavour/Makefile b/x11-fm/endeavour/Makefile
index 1035f67e928b..562cc4fb930e 100644
--- a/x11-fm/endeavour/Makefile
+++ b/x11-fm/endeavour/Makefile
@@ -24,7 +24,7 @@ MAKE_ARGS= PREFIX="${PREFIX}" CC="${CC}" CPP="${CXX}" \
CFLAGS="${CFLAGS} -D__USE_BSD -DUSE_XSHM -DUSE_IMLIB" \
INC_DIRS="`imlib-config --cflags` -I${X11BASE}/include" \
LIBS="`imlib-config --libs` -lXpm" \
- LIB_DIRS="-L${X11BASE}/lib"
+ LIB_DIRS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
pre-patch:
@${PERL} -pi -e 's|make |\$$\(MAKE\) |g' ${WRKSRC}/Makefile