aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRong-En Fan <rafan@FreeBSD.org>2006-12-04 04:16:54 +0000
committerRong-En Fan <rafan@FreeBSD.org>2006-12-04 04:16:54 +0000
commitfcf9e9d1d0a39438ddde5dcacce334592093573e (patch)
treef0c29d815de43f5b407dbe574200a1a5bf872a72
parent146e6417d00f089bac66a9accf3b986105e5bb08 (diff)
downloadports-fcf9e9d1d0a39438ddde5dcacce334592093573e.tar.gz
ports-fcf9e9d1d0a39438ddde5dcacce334592093573e.zip
Notes
-rw-r--r--x11-wm/epplets/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile
index d5e6ba311aa2..64f173cc6ce9 100644
--- a/x11-wm/epplets/Makefile
+++ b/x11-wm/epplets/Makefile
@@ -27,8 +27,8 @@ USE_GMAKE= yes
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib"
CONFIGURE_ARGS= --enable-fsstd
.include <bsd.port.mk>