diff options
author | ache <ache@FreeBSD.org> | 1996-12-25 13:56:07 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1996-12-25 13:56:07 +0800 |
commit | 9f1e9ff13a8437908c7e2584bac14b46135335f0 (patch) | |
tree | 14c6bd7dc06368c1cbfbca5ae20700dbca61b74d /x11 | |
parent | d69502cd9d7e8bdb7a59ff8f1e41991b713fe833 (diff) | |
download | freebsd-ports-gnome-9f1e9ff13a8437908c7e2584bac14b46135335f0.tar.gz freebsd-ports-gnome-9f1e9ff13a8437908c7e2584bac14b46135335f0.tar.zst freebsd-ports-gnome-9f1e9ff13a8437908c7e2584bac14b46135335f0.zip |
Quick hack of KOI8-R locale to make it work: add ISO8859-1:GR
also it is not true.
ISO8859-1:GR _always_ searched for pressed 8bit key independently of
locale information, so only ISO8859-1 locales really works.
Remove NO_PACKAGE, because XFree distributed package not have
this fixes.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 5 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 5 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 5 | ||||
-rw-r--r-- | x11/XFree86/Makefile | 5 |
4 files changed, 4 insertions, 16 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 9e9a7afdfb75..44c24adacbe4 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ +# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $ # DISTNAME= xc @@ -18,9 +18,6 @@ DISTFILES= X32src-1.tgz X32src-2.tgz MAINTAINER= jmz@FreeBSD.ORG -# Define FORCE_PACKAGE from the command line if you want to override -# this and build a package -NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index 9e9a7afdfb75..44c24adacbe4 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ +# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $ # DISTNAME= xc @@ -18,9 +18,6 @@ DISTFILES= X32src-1.tgz X32src-2.tgz MAINTAINER= jmz@FreeBSD.ORG -# Define FORCE_PACKAGE from the command line if you want to override -# this and build a package -NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index 9e9a7afdfb75..44c24adacbe4 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ +# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $ # DISTNAME= xc @@ -18,9 +18,6 @@ DISTFILES= X32src-1.tgz X32src-2.tgz MAINTAINER= jmz@FreeBSD.ORG -# Define FORCE_PACKAGE from the command line if you want to override -# this and build a package -NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index 9e9a7afdfb75..44c24adacbe4 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ +# $Id: Makefile,v 1.24 1996/12/07 12:51:19 asami Exp $ # DISTNAME= xc @@ -18,9 +18,6 @@ DISTFILES= X32src-1.tgz X32src-2.tgz MAINTAINER= jmz@FreeBSD.ORG -# Define FORCE_PACKAGE from the command line if you want to override -# this and build a package -NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World |