diff options
Diffstat (limited to 'games/bomberclone/Makefile')
-rw-r--r-- | games/bomberclone/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/bomberclone/Makefile b/games/bomberclone/Makefile index 4eae14a91afa..4d68298b6081 100644 --- a/games/bomberclone/Makefile +++ b/games/bomberclone/Makefile @@ -7,7 +7,7 @@ PORTNAME= bomberclone PORTVERSION= 0.11.8 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -18,7 +18,6 @@ COMMENT= Reimplementation of Atomic Bomber Man USE_SDL= image mixer sdl GNU_CONFIGURE= yes USE_BZIP2= yes -USE_XLIB= yes USE_GMAKE= yes CONFIGURE_ARGS= --target="" CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" \ |