diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-01 20:01:23 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-10-01 20:01:23 +0000 |
commit | 9edc43e9ade5fc537f1eb891e88f8d3e574ee82a (patch) | |
tree | bd037c059e1f6576b6c48cebe2c59eb463773323 /x11/gnome-panel/Makefile | |
parent | Update to 2.0.16 (diff) |
Fix the clock display for the Danish, Italian, and Chinese locales. FreeBSD's
strftime(3) does not support the '-' (no pad) modifier that GNU date does.
Notes
Notes:
svn path=/head/; revision=90006
Diffstat (limited to 'x11/gnome-panel/Makefile')
-rw-r--r-- | x11/gnome-panel/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/gnome-panel/Makefile b/x11/gnome-panel/Makefile index 2787b2217487..f037c36d1556 100644 --- a/x11/gnome-panel/Makefile +++ b/x11/gnome-panel/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomepanel PORTVERSION= 2.4.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-panel/2.4 |