diff options
author | Max Khon <fjoe@FreeBSD.org> | 2003-06-28 06:31:11 +0000 |
---|---|---|
committer | Max Khon <fjoe@FreeBSD.org> | 2003-06-28 06:31:11 +0000 |
commit | 55ea400de82ea5e4c5c68b2d9a1d1f23e33d23ef (patch) | |
tree | 3454690360514c9ac1299742b22dbcc7a9516a0f /games/quake2lnx | |
parent | f8cb7adaafebb3e7e61de5de9e3cf8b6209fe1dd (diff) | |
download | ports-55ea400de82ea5e4c5c68b2d9a1d1f23e33d23ef.tar.gz ports-55ea400de82ea5e4c5c68b2d9a1d1f23e33d23ef.zip |
Notes
Diffstat (limited to 'games/quake2lnx')
-rw-r--r-- | games/quake2lnx/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/games/quake2lnx/Makefile b/games/quake2lnx/Makefile index 4d0809fa8d61..0d2bf56138a8 100644 --- a/games/quake2lnx/Makefile +++ b/games/quake2lnx/Makefile @@ -69,6 +69,10 @@ PLIST_SUB+= SDLGL="" . else PLIST_SUB+= SDLGL="@comment " . endif +.else +PLIST_SUB+= SDLCLIENT="@comment " +PLIST_SUB+= SDL="@comment " +PLIST_SUB+= SDLGL="@comment " .endif .if !defined(WITHOUT_X11) |