diff options
Diffstat (limited to 'games/netpanzer/Makefile')
-rw-r--r-- | games/netpanzer/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/netpanzer/Makefile b/games/netpanzer/Makefile index aced84e..4ebd82f 100644 --- a/games/netpanzer/Makefile +++ b/games/netpanzer/Makefile @@ -20,8 +20,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/netpanzer/wads/netp.act:${PORTSDIR}/games/netpan GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-libphysfs=${LOCALBASE} --without-wx-config -CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}" \ - CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" +LDFLAGS+= ${PTHREAD_LIBS} +CFLAGS+= ${PTHREAD_CFLAGS} USE_BZIP2= yes USE_SDL= sdl net mixer image ttf |