summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGreg Lewis <glewis@FreeBSD.org>2007-04-16 18:17:59 +0000
committerGreg Lewis <glewis@FreeBSD.org>2007-04-16 18:17:59 +0000
commitf179f5e6252e735b9360e28e95059fe23e5607a3 (patch)
tree665783179c85c6d56945a8c8c4377635ab92cc6e
parentChase 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/Makefile3
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: