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 | |
parent | - Update to 2.3.rc1 (diff) |
Use intlhack to fix build on -STABLE.
Reported by: John Merryweather Cooper <coop9211@uidaho.edu>
-rw-r--r-- | net/gnome-netstatus/Makefile | 2 | ||||
-rw-r--r-- | net/gnomenetstatus/Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/gnome-netstatus/Makefile b/net/gnome-netstatus/Makefile index 99fca379a5a5..f13e5e4c927f 100644 --- a/net/gnome-netstatus/Makefile +++ b/net/gnome-netstatus/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" \ 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" \ |