diff options
author | pav <pav@FreeBSD.org> | 2006-12-15 23:51:34 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-15 23:51:34 +0800 |
commit | ce94ae9b047f83c2f78cb56129ac22726b7909c3 (patch) | |
tree | ecc60f820601dfb32248e1708bb5ab71e4ced6ca /net | |
parent | e60459e27ec0ef763ab8b4391a8c1c9d5785f5f7 (diff) | |
download | freebsd-ports-graphics-ce94ae9b047f83c2f78cb56129ac22726b7909c3.tar.gz freebsd-ports-graphics-ce94ae9b047f83c2f78cb56129ac22726b7909c3.tar.zst freebsd-ports-graphics-ce94ae9b047f83c2f78cb56129ac22726b7909c3.zip |
- Fix build without X11 for people who have xorg-libraries installed
Reported by: Volodymyr Kostyrko <arcade@synergetica.dn.ua>
Diffstat (limited to 'net')
-rw-r--r-- | net/boinc-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index 91c6d5d6282..7ec87f81b8f 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -48,7 +48,7 @@ USE_WX= 2.6 WX_CONF_ARGS= absolute CPPFLAGS+= -I${X11BASE}/include .else -CONFIGURE_ARGS+= --with-wx-config=false +CONFIGURE_ARGS+= --with-wx-config=false --without-x .endif .if !defined(WITHOUT_X11) |