diff options
author | bland <bland@FreeBSD.org> | 2004-07-01 12:42:27 +0000 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-07-01 12:42:27 +0000 |
commit | 9d4fea252f014ca91cc1fe3235b607f8600f5ee3 (patch) | |
tree | 3fe0d2f77d321e08c255c47fe1f8469108dad143 /x11/user-selector-applet | |
parent | dec3e0d9f16535e0f918c1c3e8a65909f2390509 (diff) | |
download | FreeBSD-ports-9d4fea252f014ca91cc1fe3235b607f8600f5ee3.zip FreeBSD-ports-9d4fea252f014ca91cc1fe3235b607f8600f5ee3.tar.gz |
Add intlhack to fix build on -STABLE.
Reported by: bento via kris
Diffstat (limited to 'x11/user-selector-applet')
-rw-r--r-- | x11/user-selector-applet/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/user-selector-applet/Makefile b/x11/user-selector-applet/Makefile index af7e2fe..695fe28 100644 --- a/x11/user-selector-applet/Makefile +++ b/x11/user-selector-applet/Makefile @@ -16,7 +16,7 @@ COMMENT= Fast user switching applet for GNOME USE_X_PREFIX= yes USE_GMAKE= yes -USE_GNOME= gnomehack gtk20 gnomepanel +USE_GNOME= gnomehack intlhack gtk20 gnomepanel USE_LIBTOOL_VER= 13 INSTALLS_SHLIB= yes |