1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00

Fix extra parenthesis.

This commit is contained in:
Alejandro Pulver 2006-04-12 22:06:20 +00:00
parent d81a3b6040
commit 4a63d239c5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=159394

View File

@ -78,7 +78,7 @@ CONFIGURE_ARGS+=--disable-sdl --disable-sdltest
PLIST_SUB+= SDL="@comment "
.endif
.if !defined(WITHOUT_GL) && (defined(WITH_SDL)
.if !defined(WITHOUT_GL) && defined(WITH_SDL)
PLIST_SUB+= SDLGL=""
.else
PLIST_SUB+= SDLGL="@comment "