diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2011-03-03 17:29:37 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2011-03-03 17:29:37 +0800 |
commit | ae46f99501302fabfe1b3065228e0bd6130acbfa (patch) | |
tree | 1462e69e7ff61446eb4e5d014acdd20f4b2f47e8 | |
parent | 98ccd00e8f5cffc5cc2b118e7fb9f06eac4a8f50 (diff) | |
download | freebsd-ports-gnome-ae46f99501302fabfe1b3065228e0bd6130acbfa.tar.gz freebsd-ports-gnome-ae46f99501302fabfe1b3065228e0bd6130acbfa.tar.zst freebsd-ports-gnome-ae46f99501302fabfe1b3065228e0bd6130acbfa.zip |
Fix typo introduced by the previous commit.
Notified by: N.J. Mann <njm@njm.me.uk>
-rw-r--r-- | multimedia/mencoder/Makefile | 2 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/multimedia/mencoder/Makefile b/multimedia/mencoder/Makefile index 34bed878fb8f..9d2220ea3c78 100644 --- a/multimedia/mencoder/Makefile +++ b/multimedia/mencoder/Makefile @@ -13,7 +13,7 @@ RESTRICTED= Port has restricted dependencies .include "${.CURDIR}/../mplayer/Makefile.shared" OPTIONS= DEBUG "Include debug symbols in mencoder's binary" off -OPTIONS+= BLURAY "Build with libbluray suport" off +OPTIONS+= BLURAY "Build with libbluray support" off OPTIONS+= FONTCONFIG "Enable fontconfig support" off OPTIONS+= RTCPU "Allow runtime CPU detection" on OPTIONS+= OCFLAGS "Use optimized compiler flags" on diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 6b665da78300..86baebf192a1 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -13,7 +13,7 @@ COMMENT= High performance media player supporting many formats .include "${.CURDIR}/Makefile.shared" OPTIONS= DEBUG "Include debug symbols in mplayer's binaries" off -OPTIONS+= BLURAY "Build with libbluray suport" off +OPTIONS+= BLURAY "Build with libbluray support" off OPTIONS+= RTCPU "Allow runtime CPU detection" on OPTIONS+= OCFLAGS "Use optimized compiler flags" on OPTIONS+= IPV6 "Include inet6 network support" on |