diff options
author | pav <pav@FreeBSD.org> | 2005-05-28 02:57:36 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-05-28 02:57:36 +0800 |
commit | 649b6d3bb4324fd218acb00a82a304b9c110a936 (patch) | |
tree | 0a4b562f40497f0ba787216374096830e354b66d /math/fityk | |
parent | 63ea67421fb1d1028b8e6bd811b097d8c87a1f62 (diff) | |
download | freebsd-ports-gnome-649b6d3bb4324fd218acb00a82a304b9c110a936.tar.gz freebsd-ports-gnome-649b6d3bb4324fd218acb00a82a304b9c110a936.tar.zst freebsd-ports-gnome-649b6d3bb4324fd218acb00a82a304b9c110a936.zip |
- Fix build after wxGtk changes
Reported by: pointyhat
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 |