diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-15 07:07:04 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-15 07:07:04 +0000 |
commit | 201e350a4d5245576aa6d2324a55e9dd753a7b13 (patch) | |
tree | 75b75255d0da568dd6d578f5ee8257c0d08744f6 /math/gcalctool | |
parent | 4b9274992a162df7f671da3b0fc760ab6730e41d (diff) | |
download | FreeBSD-ports-201e350a4d5245576aa6d2324a55e9dd753a7b13.zip FreeBSD-ports-201e350a4d5245576aa6d2324a55e9dd753a7b13.tar.gz |
Use intlhack to get this to compile on -STABLE.
Diffstat (limited to 'math/gcalctool')
-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 6982b74..d58ac4b 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" |