aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia/mplayerxp
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2002-09-21 04:22:41 +0800
committerkris <kris@FreeBSD.org>2002-09-21 04:22:41 +0800
commit022ded70eadab51d07c8a925ca8155cb7205bdb4 (patch)
treee32217c32391e3494e971356da94e7a3f61c4920 /multimedia/mplayerxp
parent740c57ef55cddf4e254a3b81462a1f07068a6886 (diff)
downloadfreebsd-ports-gnome-022ded70eadab51d07c8a925ca8155cb7205bdb4.tar.gz
freebsd-ports-gnome-022ded70eadab51d07c8a925ca8155cb7205bdb4.tar.zst
freebsd-ports-gnome-022ded70eadab51d07c8a925ca8155cb7205bdb4.zip
Correct typo in PLIST_SUB that prevented package build on bento.
Diffstat (limited to 'multimedia/mplayerxp')
-rw-r--r--multimedia/mplayerxp/Makefile2
1 files changed, 1 insertions, 1 deletions
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)