diff options
author | rafan <rafan@FreeBSD.org> | 2006-12-04 04:16:54 +0000 |
---|---|---|
committer | rafan <rafan@FreeBSD.org> | 2006-12-04 04:16:54 +0000 |
commit | 5ac19ac3a3809f65b15f840ad7b110e9b72696f6 (patch) | |
tree | 56ce22c8174f54a766af951e5514f049870aae2d /x11-wm | |
parent | cdcdff5606a0c0cc52fe9ca174569ba3170fd110 (diff) | |
download | FreeBSD-ports-5ac19ac3a3809f65b15f840ad7b110e9b72696f6.zip FreeBSD-ports-5ac19ac3a3809f65b15f840ad7b110e9b72696f6.tar.gz |
- Respect X11BASE
Reported by: pointyhat
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 d5e6ba3..64f173c 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> |