diff options
author | glewis <glewis@FreeBSD.org> | 2007-04-17 02:17:59 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2007-04-17 02:17:59 +0800 |
commit | 5f813c9f76329a70ff35ea553d8a2e20b9a0a6c0 (patch) | |
tree | 3882149d87d7cf79c3c085ffa4214c1174312b1e /math/gnuplot | |
parent | 7e2301d97611f562f9ff19d646fef1a28ed5a660 (diff) | |
download | freebsd-ports-gnome-5f813c9f76329a70ff35ea553d8a2e20b9a0a6c0.tar.gz freebsd-ports-gnome-5f813c9f76329a70ff35ea553d8a2e20b9a0a6c0.tar.zst freebsd-ports-gnome-5f813c9f76329a70ff35ea553d8a2e20b9a0a6c0.zip |
. 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>
Diffstat (limited to 'math/gnuplot')
-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: |