diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-27 18:57:36 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-27 18:57:36 +0000 |
commit | a50f12b6950e5b38fbbb83e9c0f4b15de7bcf1fc (patch) | |
tree | 18d8ee4d3737d2d3c038cdfac1861896205f8f36 /math/fityk | |
parent | 62df242d493827fd618a6410e380fe4dbef22c50 (diff) | |
download | ports-a50f12b6950e5b38fbbb83e9c0f4b15de7bcf1fc.tar.gz ports-a50f12b6950e5b38fbbb83e9c0f4b15de7bcf1fc.zip |
- 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/Makefile | 2 |
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 |