diff options
author | marcus <marcus@FreeBSD.org> | 2004-01-16 05:21:00 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2004-01-16 05:21:00 +0800 |
commit | ee00198af874236b824a82c7b58aa1cdc355455f (patch) | |
tree | 7dd19e3a9a592c2327e78946ff381dab5bb6d042 | |
parent | 551db4c09b547243feba8611757a2fa9d7299b49 (diff) | |
download | freebsd-ports-gnome-ee00198af874236b824a82c7b58aa1cdc355455f.tar.gz freebsd-ports-gnome-ee00198af874236b824a82c7b58aa1cdc355455f.tar.zst freebsd-ports-gnome-ee00198af874236b824a82c7b58aa1cdc355455f.zip |
Use intlhack to fix the build on -STABLE.
Reported by: John Merryweather Cooper <johnmary@adelphia.net>
-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 22d708a8f0ae..19cee0bd5603 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 22d708a8f0ae..19cee0bd5603 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 |