diff options
author | Greg Lewis <glewis@FreeBSD.org> | 2007-04-16 18:17:59 +0000 |
---|---|---|
committer | Greg Lewis <glewis@FreeBSD.org> | 2007-04-16 18:17:59 +0000 |
commit | f179f5e6252e735b9360e28e95059fe23e5607a3 (patch) | |
tree | 665783179c85c6d56945a8c8c4377635ab92cc6e /math/gnuplot/Makefile | |
parent | d531f2e706879b4dd9fdabfd43e07bc4f5e9a5df (diff) |
Notes
Diffstat (limited to 'math/gnuplot/Makefile')
-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: |