diff options
Diffstat (limited to 'games/planeshift/Makefile')
-rw-r--r-- | games/planeshift/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/planeshift/Makefile b/games/planeshift/Makefile index f5a0ff66b0ea..15f9103eddc1 100644 --- a/games/planeshift/Makefile +++ b/games/planeshift/Makefile @@ -25,8 +25,8 @@ USE_BZIP2= yes GNU_CONFIGURE= yes USE_AUTOTOOLS= automake:15:env autoconf:261:env -CPPFLAGS+= -I${LOCALBASE}/include -I${X11BASE}/include ${PTHREAD_LIBS} -LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib +CPPFLAGS+= -I${LOCALBASE}/include ${PTHREAD_LIBS} +LDFLAGS+= -L${LOCALBASE}/lib CRYSTAL= ${LOCALBASE} CEL= ${LOCALBASE} CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |