diff options
Diffstat (limited to 'math/grace/Makefile')
-rw-r--r-- | math/grace/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/grace/Makefile b/math/grace/Makefile index 23f026e13757..e484c889f530 100644 --- a/math/grace/Makefile +++ b/math/grace/Makefile @@ -36,7 +36,7 @@ USE_GMAKE= YES USE_MOTIF= YES GNU_CONFIGURE= YES CONFIGURE_ARGS= \ - --with-extra-incpath=${X11BASE}/include/X11:${LOCALBASE}/include \ + --with-extra-incpath=${LOCALBASE}/include/X11:${LOCALBASE}/include \ --with-extra-ldpath=${LOCALBASE}/lib --without-bundled_xbae \ --enable-grace-home=${DATADIR} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |