summaryrefslogtreecommitdiff
path: root/multimedia/mplayer
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2002-09-20 20:22:41 +0000
committerKris Kennaway <kris@FreeBSD.org>2002-09-20 20:22:41 +0000
commit8816b2dc6d48c5d3a627a83b7f0934f47d231840 (patch)
tree54760351d0b9c2ae2be966ea92cda84fb1c24279 /multimedia/mplayer
parentEnable 'mp3rtp' for lame to support (live) mp3 streaming with rtp via (diff)
Correct typo in PLIST_SUB that prevented package build on bento.
Notes
Notes: svn path=/head/; revision=66884
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r--multimedia/mplayer/Makefile2
1 files changed, 1 insertions, 1 deletions
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)