diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-22 14:48:03 +0000 |
commit | 077a58f032efc81c06a5c627cf14888c6eee37d9 (patch) | |
tree | 14fee1a21bf0a706c4026dfb70c9bd7281351d20 /games/ezquake | |
parent | a4da4776f1822761dc6ede9613d669b718644578 (diff) | |
download | ports-077a58f032efc81c06a5c627cf14888c6eee37d9.tar.gz ports-077a58f032efc81c06a5c627cf14888c6eee37d9.zip |
Notes
Diffstat (limited to 'games/ezquake')
-rw-r--r-- | games/ezquake/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games/ezquake/Makefile b/games/ezquake/Makefile index 08d4521e0c58..fee0e972c10a 100644 --- a/games/ezquake/Makefile +++ b/games/ezquake/Makefile @@ -7,6 +7,7 @@ PORTNAME= ezquake PORTVERSION= 1.8.3 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= games MASTER_SITES= SF:ezquake \ @@ -54,7 +55,7 @@ PLIST_SUB+= GLX="@comment " .endif .if !defined(WITHOUT_X11) -USE_XLIB= yes +USE_XORG= xxf86dga ALL_TARGET+= x11 PLIST_SUB+= X11="" .else |