aboutsummaryrefslogtreecommitdiffstats
path: root/multimedia
diff options
context:
space:
mode:
authorgblach <gblach@FreeBSD.org>2013-01-09 06:25:44 +0800
committergblach <gblach@FreeBSD.org>2013-01-09 06:25:44 +0800
commit560c3943974673b5c564aa2af76893176dc32624 (patch)
tree987efda648539cb795526658c828193122374da1 /multimedia
parentad97939cf128529eb18687594ba8e052b74f9696 (diff)
downloadfreebsd-ports-gnome-560c3943974673b5c564aa2af76893176dc32624.tar.gz
freebsd-ports-gnome-560c3943974673b5c564aa2af76893176dc32624.tar.zst
freebsd-ports-gnome-560c3943974673b5c564aa2af76893176dc32624.zip
- Fix build without X11
PR: ports/175080 Approved by: crees (mentor)
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/mplayer2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/mplayer2/Makefile b/multimedia/mplayer2/Makefile
index 87062ccfce5f..d9526520e21c 100644
--- a/multimedia/mplayer2/Makefile
+++ b/multimedia/mplayer2/Makefile
@@ -246,7 +246,7 @@ USE_XORG+= xinerama xineramaproto
CONFIGURE_ARGS+= --disable-xinerama
.endif
.else #WITHOUT_X11
-CONFIGURE_ARGS+= --disable-x11 --disable-fontconfig
+CONFIGURE_ARGS+= --disable-x11
.endif
.if ${PORT_OPTIONS:MVDPAU}