diff options
-rw-r--r-- | math/gnuplot/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 02f9a24b5dbc..59b1f31082b3 100644 --- a/math/gnuplot/Makefile +++ b/math/gnuplot/Makefile @@ -70,8 +70,7 @@ CONFIGURE_ARGS+= --with-plot=${LOCALBASE} CONFIGURE_ARGS+= --disable-wxwidgets .else USE_WX= 2.4+ -WX_COMPS= wx -CONFIGURE_ARGS+= --with-wx-config=${WXCONFIG} +WX_CONF_ARGS= absolute .endif post-patch: |