diff options
-rw-r--r-- | graphics/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayerxp/Makefile | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/graphics/mplayer/Makefile b/graphics/mplayer/Makefile index bb718ae867b6..8d758bf4048d 100644 --- a/graphics/mplayer/Makefile +++ b/graphics/mplayer/Makefile @@ -82,7 +82,7 @@ CFLAGS+= -O3 -ffast-math -fomit-frame-pointer WITH_GUI= yes PLIST_SUB+= GMPLAYER="" .else -PLIST_SUB+= GMPLAYER="@comment" +PLIST_SUB+= GMPLAYER="@comment " .endif .if defined(WITH_GUI) diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index bb718ae867b6..8d758bf4048d 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -82,7 +82,7 @@ CFLAGS+= -O3 -ffast-math -fomit-frame-pointer WITH_GUI= yes PLIST_SUB+= GMPLAYER="" .else -PLIST_SUB+= GMPLAYER="@comment" +PLIST_SUB+= GMPLAYER="@comment " .endif .if defined(WITH_GUI) diff --git a/multimedia/mplayerxp/Makefile b/multimedia/mplayerxp/Makefile index bb718ae867b6..8d758bf4048d 100644 --- a/multimedia/mplayerxp/Makefile +++ b/multimedia/mplayerxp/Makefile @@ -82,7 +82,7 @@ CFLAGS+= -O3 -ffast-math -fomit-frame-pointer WITH_GUI= yes PLIST_SUB+= GMPLAYER="" .else -PLIST_SUB+= GMPLAYER="@comment" +PLIST_SUB+= GMPLAYER="@comment " .endif .if defined(WITH_GUI) |