diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-19 23:18:35 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-19 23:18:35 +0000 |
commit | 3e7eed719de7117f2bdd9dc0b8ff52fffb582284 (patch) | |
tree | 1842f9312407493b98512ff8c8d20287d7b518a3 /net/gnomenetstatus | |
parent | 796dd96ea8a62158fc7e90f8a3fa48ce196bc2e5 (diff) |
Use intlhack to fix build on -STABLE.
Reported by: John Merryweather Cooper <coop9211@uidaho.edu>
Notes
Notes:
svn path=/head/; revision=98609
Diffstat (limited to 'net/gnomenetstatus')
-rw-r--r-- | net/gnomenetstatus/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/gnomenetstatus/Makefile b/net/gnomenetstatus/Makefile index 99fca379a5a5..f13e5e4c927f 100644 --- a/net/gnomenetstatus/Makefile +++ b/net/gnomenetstatus/Makefile @@ -18,7 +18,7 @@ COMMENT= A GNOME applet that shows network status USE_X_PREFIX= yes USE_BZIP2= yes -USE_GNOME= gnomehack gnomeprefix libgnome +USE_GNOME= gnomehack intlhack gnomeprefix libgnome USE_GMAKE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" \ |