diff options
Diffstat (limited to 'games/blobby/Makefile')
-rw-r--r-- | games/blobby/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/blobby/Makefile b/games/blobby/Makefile index 280ddb704ee5..ca8747e1f75f 100644 --- a/games/blobby/Makefile +++ b/games/blobby/Makefile @@ -21,7 +21,6 @@ USE_XORG= x11 xext xxf86vm xdamage xfixes xau xdmcp xrandr xrender USE_SDL= sdl USE_GL= glu GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" WRKSRC= ${WRKDIR}/blobby-alpha-6 |