diff options
author | kris <kris@FreeBSD.org> | 2002-09-21 04:22:41 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2002-09-21 04:22:41 +0800 |
commit | 022ded70eadab51d07c8a925ca8155cb7205bdb4 (patch) | |
tree | e32217c32391e3494e971356da94e7a3f61c4920 /multimedia/mplayerxp | |
parent | 740c57ef55cddf4e254a3b81462a1f07068a6886 (diff) | |
download | freebsd-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/Makefile | 2 |
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) |