diff options
author | pav <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2006-12-01 07:39:02 +0000 |
commit | 92d21b3194c49cedf08339e7514171807a9c6196 (patch) | |
tree | 9c146b3b2fdea9918389f3184052481e51ccf2f9 /net/boinc-client | |
parent | 977deb3eb313758a6e81aa2d1d05565d53d51455 (diff) | |
download | FreeBSD-ports-92d21b3194c49cedf08339e7514171807a9c6196.zip FreeBSD-ports-92d21b3194c49cedf08339e7514171807a9c6196.tar.gz |
- Use features of bsd.wx.mk, especially USE_WX
PR: ports/101613
Submitted by: alepulver
Diffstat (limited to 'net/boinc-client')
-rw-r--r-- | net/boinc-client/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/boinc-client/Makefile b/net/boinc-client/Makefile index bbea884..73b2ae3 100644 --- a/net/boinc-client/Makefile +++ b/net/boinc-client/Makefile @@ -42,7 +42,8 @@ OPTIONS= X11 "Build Boinc Manager GUI" on .include <bsd.port.pre.mk> .if !defined(WITHOUT_X11) -CONFIGURE_ARGS+= --with-wx-config=wxgtk2-2.6-config +USE_WX= 2.6 +WX_CONF_ARGS= absolute CPPFLAGS+= -I${X11BASE}/include .else CONFIGURE_ARGS+= --with-wx-config=false @@ -50,7 +51,6 @@ CONFIGURE_ARGS+= --with-wx-config=false .if !defined(WITHOUT_X11) LIB_DEPENDS+= iconv:${PORTSDIR}/converters/libiconv \ - wx_base:${PORTSDIR}/x11-toolkits/wxgtk26 \ jpeg:${PORTSDIR}/graphics/jpeg \ glut:${PORTSDIR}/graphics/libglut .endif |