From 55ea400de82ea5e4c5c68b2d9a1d1f23e33d23ef Mon Sep 17 00:00:00 2001 From: Max Khon Date: Sat, 28 Jun 2003 06:31:11 +0000 Subject: Fix pkg-plist when port is built without SDL. --- games/quake2lnx/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/quake2lnx/Makefile') 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) -- cgit v1.2.3