diff options
author | ade <ade@FreeBSD.org> | 2000-09-17 02:24:39 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2000-09-17 02:24:39 +0800 |
commit | 896b15f222afc0b4d5879f4c0332397ac2866272 (patch) | |
tree | 6e7409025a1fc76e319d04c7d4eb1e8e5bfc2f52 /x11/libgnome/Makefile | |
parent | 1bda467d86b43e7c35c14876c0a527414593bb03 (diff) | |
download | freebsd-ports-gnome-896b15f222afc0b4d5879f4c0332397ac2866272.tar.gz freebsd-ports-gnome-896b15f222afc0b4d5879f4c0332397ac2866272.tar.zst freebsd-ports-gnome-896b15f222afc0b4d5879f4c0332397ac2866272.zip |
Add fix for GNOME forcibly trying to set the locale to en_US
under certain circumstances.
PORTREVISION bumped to 1 to reflect this
Diffstat (limited to 'x11/libgnome/Makefile')
-rw-r--r-- | x11/libgnome/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 73a594b5e2d3..7f67247a395a 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -7,6 +7,7 @@ PORTNAME= gnomelibs PORTVERSION= 1.2.4 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= stable/sources/gnome-libs |