From 5f813c9f76329a70ff35ea553d8a2e20b9a0a6c0 Mon Sep 17 00:00:00 2001 From: glewis Date: Mon, 16 Apr 2007 18:17:59 +0000 Subject: . 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 --- math/gnuplot/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'math') diff --git a/math/gnuplot/Makefile b/math/gnuplot/Makefile index 02f9a24b5db..59b1f31082b 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: -- cgit