diff options
author | pav <pav@FreeBSD.org> | 2005-05-27 18:57:36 +0000 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-27 18:57:36 +0000 |
commit | 649b6d3bb4324fd218acb00a82a304b9c110a936 (patch) | |
tree | 0a4b562f40497f0ba787216374096830e354b66d /math | |
parent | 63ea67421fb1d1028b8e6bd811b097d8c87a1f62 (diff) | |
download | FreeBSD-ports-649b6d3bb4324fd218acb00a82a304b9c110a936.zip FreeBSD-ports-649b6d3bb4324fd218acb00a82a304b9c110a936.tar.gz |
- Fix build after wxGtk changes
Reported by: pointyhat
Diffstat (limited to 'math')
-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 290b20f..05bdd8f 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 |