diff options
Diffstat (limited to 'astro/wmsun/Makefile')
-rw-r--r-- | astro/wmsun/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/astro/wmsun/Makefile b/astro/wmsun/Makefile index 09e6722ca206..1d1bebc66986 100644 --- a/astro/wmsun/Makefile +++ b/astro/wmsun/Makefile @@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/wmSun USE_XORG= xext xpm x11 ALL_TARGET= clean all MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" \ - INCDIR="-I${X11BASE}/include" LIBDIR="-L${X11BASE}/lib" + INCDIR="-I${LOCALBASE}/include" LIBDIR="-L${LOCALBASE}/lib" MAN1= wmSun.1 PLIST_FILES= bin/wmSun |