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 | |
parent | Chase libcddb libver bump (diff) |
. Simplify (and fix) WX support by using WX_CONF_ARGS. The prior version
was broken due to use of WXCONFIG (should have been WX_CONFIG)
Pointed out by: bf <bf2006a@yahoo.com>
Notes
Notes:
svn path=/head/; revision=190138
-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: |