diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 16:39:14 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-17 16:39:14 +0000 |
commit | 5e936e627d2a5c1eff87d1ec89591fe0cee63798 (patch) | |
tree | b4347bc9e16409cab282e5cca5134bcb7e754eca /games/mirrormagic | |
parent | 640540b0070b516df5956a4aad8b6ed2b5d82037 (diff) | |
download | ports-5e936e627d2a5c1eff87d1ec89591fe0cee63798.tar.gz ports-5e936e627d2a5c1eff87d1ec89591fe0cee63798.zip |
Notes
Diffstat (limited to 'games/mirrormagic')
-rw-r--r-- | games/mirrormagic/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games/mirrormagic/Makefile b/games/mirrormagic/Makefile index 4a45b3bf8d8d..5978097b17e9 100644 --- a/games/mirrormagic/Makefile +++ b/games/mirrormagic/Makefile @@ -7,7 +7,7 @@ PORTNAME= mirrormagic PORTVERSION= 2.0.2 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= http://www.artsoft.org/RELEASES/unix/mirrormagic/ \ http://www.amdmi3.ru/distfiles/ @@ -25,11 +25,11 @@ OPTIONS= SDL "SDL support" on .include <bsd.port.pre.mk> -.if defined(WITH_SDL) +.if !defined(WITHOUT_SDL) USE_SDL= image mixer sdl ALL_TARGET= sdl .else -USE_XLIB= yes +USE_XORG= x11 ALL_TARGET= x11 .endif |