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/circuslinux | |
parent | dd9602c2a3e0aa86e76d2db30cf6349888702517 (diff) | |
download | ports-5afc678aac11dcb929706121d1fec2707a1e8e54.tar.gz ports-5afc678aac11dcb929706121d1fec2707a1e8e54.zip |
Notes
Diffstat (limited to 'games/circuslinux')
-rw-r--r-- | games/circuslinux/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/circuslinux/Makefile b/games/circuslinux/Makefile index a666d4f71a5f..dec22233392e 100644 --- a/games/circuslinux/Makefile +++ b/games/circuslinux/Makefile @@ -7,7 +7,7 @@ PORTNAME= circuslinux PORTVERSION= 1.0.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= games MASTER_SITES= ftp://ftp.billsgames.com/unix/x/circus-linux/src/ @@ -16,7 +16,6 @@ COMMENT= "Circus Linux!" is a clone of the Atari 2600 game "Circus Atari" USE_SDL= image mixer sdl GNU_CONFIGURE= yes -USE_XLIB= yes CONFIGURE_ARGS= --target="" .include <bsd.port.mk> |