diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | 5afc678aac11dcb929706121d1fec2707a1e8e54 (patch) | |
tree | 89d39d526223ba8929324fc0ca33a08f06f5f7ae /games/bomberclone | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
Notes
Diffstat (limited to 'games/bomberclone')
-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}" \ |