summaryrefslogtreecommitdiff
path: root/math/fityk
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2005-05-27 18:57:36 +0000
committerPav Lucistnik <pav@FreeBSD.org>2005-05-27 18:57:36 +0000
commita50f12b6950e5b38fbbb83e9c0f4b15de7bcf1fc (patch)
tree18d8ee4d3737d2d3c038cdfac1861896205f8f36 /math/fityk
parent- fix connect script (diff)
- Fix build after wxGtk changes
Reported by: pointyhat
Notes
Notes: svn path=/head/; revision=136289
Diffstat (limited to 'math/fityk')
-rw-r--r--math/fityk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/math/fityk/Makefile b/math/fityk/Makefile
index 290b20f8ae9a..05bdd8f2458d 100644
--- a/math/fityk/Makefile
+++ b/math/fityk/Makefile
@@ -24,7 +24,7 @@ USE_GNOME= gnometarget
GNU_CONFIGURE= yes
CPPFLAGS+= "-I${LOCALBASE}/include"
LDFLAGS+= "-L${LOCALBASE}/lib"
-CONFIGURE_ARGS= --enable-optimization
+CONFIGURE_ARGS= --enable-optimization --with-wx-config=wxgtk2-2.4-config
CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
USE_GMAKE= yes