diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-04 04:16:54 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2006-12-04 04:16:54 +0000 |
commit | fcf9e9d1d0a39438ddde5dcacce334592093573e (patch) | |
tree | f0c29d815de43f5b407dbe574200a1a5bf872a72 /x11-wm | |
parent | 146e6417d00f089bac66a9accf3b986105e5bb08 (diff) | |
download | ports-fcf9e9d1d0a39438ddde5dcacce334592093573e.tar.gz ports-fcf9e9d1d0a39438ddde5dcacce334592093573e.zip |
- Respect X11BASE
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=178801
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/epplets/Makefile | 4 |
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> |