diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-15 07:07:04 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-15 07:07:04 +0000 |
commit | 909ba589226f71905f9bf24c9c85b8cf6dea773b (patch) | |
tree | f45fec2e420b72ab2c4edbc7910bbdda498862ca /math | |
parent | ed7d0c6125e6500dfb7495fdcf885124627983ec (diff) | |
download | ports-909ba589226f71905f9bf24c9c85b8cf6dea773b.tar.gz ports-909ba589226f71905f9bf24c9c85b8cf6dea773b.zip |
Use intlhack to get this to compile on -STABLE.
Notes
Notes:
svn path=/head/; revision=98181
Diffstat (limited to 'math')
-rw-r--r-- | math/gcalctool/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/gcalctool/Makefile b/math/gcalctool/Makefile index 6982b74439ef..d58ac4b2d945 100644 --- a/math/gcalctool/Makefile +++ b/math/gcalctool/Makefile @@ -20,7 +20,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_LIBTOOL= yes USE_REINPLACE= yes -USE_GNOME= gnomeprefix gnomehack libgnomeui +USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" |