diff options
author | asami <asami@FreeBSD.org> | 1997-06-12 03:45:31 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-06-12 03:45:31 +0800 |
commit | 60b056254c69d66146f274abc7668b286819bdc9 (patch) | |
tree | 1176bedafaae6551f6b6068b9d7b1e41d2801b60 /www/chimera | |
parent | 17c4753c93cb5e6dac1daada2fd3c56143202947 (diff) | |
download | freebsd-ports-gnome-60b056254c69d66146f274abc7668b286819bdc9.tar.gz freebsd-ports-gnome-60b056254c69d66146f274abc7668b286819bdc9.tar.zst freebsd-ports-gnome-60b056254c69d66146f274abc7668b286819bdc9.zip |
MFJ: Change "all:" to "all::" to make XFree86-3.3 imake config scripts happy.
Diffstat (limited to 'www/chimera')
-rw-r--r-- | www/chimera/files/patch-aa | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/www/chimera/files/patch-aa b/www/chimera/files/patch-aa index d465aa0bbb37..6de08afc4cb0 100644 --- a/www/chimera/files/patch-aa +++ b/www/chimera/files/patch-aa @@ -9,3 +9,14 @@ /* * OSF1 needs -D_BSD +--- ./compat/Imakefile.org Mon Mar 13 19:48:00 1995 ++++ ./compat/Imakefile Wed Jun 11 12:42:13 1997 +@@ -31,7 +31,7 @@ + + DependTarget() + #else +-all: ++all:: + + depend:: + #endif |