summaryrefslogtreecommitdiff
path: root/games/quake2lnx/Makefile
diff options
context:
space:
mode:
authorMax Khon <fjoe@FreeBSD.org>2003-06-28 06:31:11 +0000
committerMax Khon <fjoe@FreeBSD.org>2003-06-28 06:31:11 +0000
commit55ea400de82ea5e4c5c68b2d9a1d1f23e33d23ef (patch)
tree3454690360514c9ac1299742b22dbcc7a9516a0f /games/quake2lnx/Makefile
parentFix some buffer handling problems with pathnames. (diff)
Fix pkg-plist when port is built without SDL.
Notes
Notes: svn path=/head/; revision=83765
Diffstat (limited to '')
-rw-r--r--games/quake2lnx/Makefile4
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)