I ended up using the built in USE_B_D_PORTS configuration. Once I hooked up all the pins, I defined my constructor line with my pins:
UTFT myGLCD(SSD1963_800,3,4,9,10);
I also attempted to figure out how to use the new hardware define header file by adding it to the UTFT.h file:
#if...