diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-10-15 12:01:18 +0000 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-10-15 12:01:18 +0000 |
commit | a2dc7074434134a578b6852801f25713a8ec816a (patch) | |
tree | fb50ff6be1c12cb54135af9816152d93f5b4ac72 /multimedia/mplayer | |
parent | 1460ba9e59e44ffc2f1922ca424373d0970b28c8 (diff) | |
download | FreeBSD-ports-a2dc7074434134a578b6852801f25713a8ec816a.zip FreeBSD-ports-a2dc7074434134a578b6852801f25713a8ec816a.tar.gz |
Unbrake build in -DWITHOUT_X11 case by --disable-fontconfig.
PR: ports/104340
Submitted by: Jeremie Le Hen <jeremie@le-hen.org>
Approved by: maintainer (Thomas E. Zander)
Approved by: portmgr (clement)
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index d79a75f..62fe3c9 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -242,7 +242,8 @@ CONFIGURE_ARGS+=--with-x11libdir=${X11BASE}/lib \ --with-x11incdir=${X11BASE}/include .else WITHOUT_GUI= yes -CONFIGURE_ARGS+=--disable-x11 +CONFIGURE_ARGS+=--disable-x11 \ + --disable-fontconfig .endif .if defined(WITH_LANG) |