diff options
author | Grzegorz Blach <gblach@FreeBSD.org> | 2013-01-08 22:25:44 +0000 |
---|---|---|
committer | Grzegorz Blach <gblach@FreeBSD.org> | 2013-01-08 22:25:44 +0000 |
commit | e5d9873aeb8786ac1f4529d22eb679a07668bf7c (patch) | |
tree | 987efda648539cb795526658c828193122374da1 | |
parent | Derive the major version number from PORTVERSION as we did before r309203. (diff) |
- Fix build without X11
PR: ports/175080
Approved by: crees (mentor)
-rw-r--r-- | multimedia/mplayer2/Makefile | 2 |
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} |