diff options
author | miwi <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2008-03-23 16:44:09 +0000 |
commit | e7a3b40f2f2727f2aa489686379d24ef713d42b6 (patch) | |
tree | 83b98a8e9d6b20e333967850c6ae011cc66dd5bc /games/bomberclone | |
parent | 652b5f2ab695eee5d807552834f0b56e9bc4449d (diff) | |
download | FreeBSD-ports-e7a3b40f2f2727f2aa489686379d24ef713d42b6.zip FreeBSD-ports-e7a3b40f2f2727f2aa489686379d24ef713d42b6.tar.gz |
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION
Approved by: portmgr (xorg cleanup)
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 4eae14a..4d68298 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}" \ |