diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-15 21:21:00 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-01-15 21:21:00 +0000 |
commit | a1967ab5ac74cd6f260b138880f1d55bb14ac12d (patch) | |
tree | 72443743079cfb2ca77b1d120497204e784334ed /x11/gnomepanel | |
parent | acbb60393b5ce14960d9b449f6d9675dc6da87a8 (diff) | |
download | ports-a1967ab5ac74cd6f260b138880f1d55bb14ac12d.tar.gz ports-a1967ab5ac74cd6f260b138880f1d55bb14ac12d.zip |
Use intlhack to fix the build on -STABLE.
Reported by: John Merryweather Cooper <johnmary@adelphia.net>
Notes
Notes:
svn path=/head/; revision=98225
Diffstat (limited to 'x11/gnomepanel')
-rw-r--r-- | x11/gnomepanel/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |