diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-15 21:21:00 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-15 21:21:00 +0000 |
commit | ee00198af874236b824a82c7b58aa1cdc355455f (patch) | |
tree | 7dd19e3a9a592c2327e78946ff381dab5bb6d042 /x11 | |
parent | 551db4c09b547243feba8611757a2fa9d7299b49 (diff) | |
download | FreeBSD-ports-ee00198af874236b824a82c7b58aa1cdc355455f.zip FreeBSD-ports-ee00198af874236b824a82c7b58aa1cdc355455f.tar.gz |
Use intlhack to fix the build on -STABLE.
Reported by: John Merryweather Cooper <johnmary@adelphia.net>
Diffstat (limited to 'x11')
-rw-r--r-- | x11/gnome-panel/Makefile | 3 | ||||
-rw-r--r-- | x11/gnomepanel/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 22d708a..19cee0b 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -19,7 +19,8 @@ COMMENT= Panel component for the GNOME 2 Desktop USE_BZIP2= yes INSTALLS_SHLIB= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop libwnck lthack +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop libwnck lthack \ + intlhack GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_LIBTOOL= yes diff --git a/x11/gnomepanel/Makefile b/x11/gnomepanel/Makefile index 22d708a..19cee0b 100644 --- a/x11/gnomepanel/Makefile +++ b/x11/gnomepanel/Makefile @@ -19,7 +19,8 @@ COMMENT= Panel component for the GNOME 2 Desktop USE_BZIP2= yes INSTALLS_SHLIB= yes USE_X_PREFIX= yes -USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop libwnck lthack +USE_GNOME= gnomeprefix gnomehack gnomehier gnomedesktop libwnck lthack \ + intlhack GNOME_DESKTOP_VERSION=2 USE_GMAKE= yes USE_LIBTOOL= yes |