diff options
author | novel <novel@FreeBSD.org> | 2005-10-09 19:14:06 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-10-09 19:14:06 +0800 |
commit | cc69c52ed409d770cc82965a98b9d62526c285a2 (patch) | |
tree | 87eec28e1b2f30af3be2c2b21db45268b66cf126 | |
parent | 5763abf89e2b8ce14803053242242412cf78e062 (diff) | |
download | freebsd-ports-gnome-cc69c52ed409d770cc82965a98b9d62526c285a2.tar.gz freebsd-ports-gnome-cc69c52ed409d770cc82965a98b9d62526c285a2.tar.zst freebsd-ports-gnome-cc69c52ed409d770cc82965a98b9d62526c285a2.zip |
Fix typo.
PR: 87115
Submitted by: Vasil Dimov <vd@datamax.bg>
Approved by: Thomas E. Zander (maintainer)
-rw-r--r-- | multimedia/mplayer-skins/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer-skins/Makefile b/multimedia/mplayer-skins/Makefile index f06c1df6d4d6..3b0724975b5b 100644 --- a/multimedia/mplayer-skins/Makefile +++ b/multimedia/mplayer-skins/Makefile @@ -99,7 +99,7 @@ XMMPLAYER_FILE= xmmplayer-1.5.tar.bz2 # Options # OPTIONS= SKIN_ALL "all skins" off -OPTIONS+= SKIN_DEFAULT "the defaul MPlayer skin" on +OPTIONS+= SKIN_DEFAULT "the default MPlayer skin" on OPTIONS+= SKIN_DEFAULT_SMALL "compact version of the default skin" off OPTIONS+= SKIN_ABYSS "beautiful MPlayer skin" off OPTIONS+= SKIN_ALIENMIND "AlienMind XMMS" off |