diff options
Diffstat (limited to 'x11-wm/jwm/Makefile')
-rw-r--r-- | x11-wm/jwm/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11-wm/jwm/Makefile b/x11-wm/jwm/Makefile index 7772244d79d5..473d9d2392d9 100644 --- a/x11-wm/jwm/Makefile +++ b/x11-wm/jwm/Makefile @@ -21,9 +21,9 @@ LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png USE_XORG= xpm GNU_CONFIGURE= yes USE_BZIP2= yes -CFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" +CFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAN1= jwm.1 |