diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-15 15:51:34 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-12-15 15:51:34 +0000 |
commit | ef78d971eb22a7a673ac11cf60219de53daafa3f (patch) | |
tree | 6cd68c517579cef3cce0add64d203271b2ede20a /net/boinc-client/Makefile | |
parent | feab5d4f3bed2eaeb56203b73a180e35a8ec61b7 (diff) | |
download | ports-ef78d971eb22a7a673ac11cf60219de53daafa3f.tar.gz ports-ef78d971eb22a7a673ac11cf60219de53daafa3f.zip |
Notes
Diffstat (limited to 'net/boinc-client/Makefile')
-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 91c6d5d62829..7ec87f81b8f2 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) |