diff options
author | shige <shige@FreeBSD.org> | 2000-01-18 20:38:59 +0800 |
---|---|---|
committer | shige <shige@FreeBSD.org> | 2000-01-18 20:38:59 +0800 |
commit | 1bcc30ed7b164ee83fbf798b1d765958dc040f4e (patch) | |
tree | d8f04eb1b2c78eb4bf80693b1882997ff858344b | |
parent | 8c99c96a96e9695b0fcd36d9dc5f83ac9de61804 (diff) | |
download | freebsd-ports-gnome-1bcc30ed7b164ee83fbf798b1d765958dc040f4e.tar.gz freebsd-ports-gnome-1bcc30ed7b164ee83fbf798b1d765958dc040f4e.tar.zst freebsd-ports-gnome-1bcc30ed7b164ee83fbf798b1d765958dc040f4e.zip |
Delete dependency on flim-mule.
These fixes were fogotten at the previous commit.
Submitted by: OKAZAKI Tetsurou <okazaki@be.to>
-rw-r--r-- | editors/bitmap-mule/files/patch-ab | 9 | ||||
-rw-r--r-- | editors/bitmap-mule/pkg-descr | 1 | ||||
-rw-r--r-- | editors/bitmap/files/patch-ab | 9 | ||||
-rw-r--r-- | editors/bitmap/pkg-descr.mule | 1 |
4 files changed, 8 insertions, 12 deletions
diff --git a/editors/bitmap-mule/files/patch-ab b/editors/bitmap-mule/files/patch-ab index 6fca06a63190..fce64bf35de0 100644 --- a/editors/bitmap-mule/files/patch-ab +++ b/editors/bitmap-mule/files/patch-ab @@ -1,13 +1,12 @@ ---- BITMAP-CFG.orig Wed Jul 28 20:10:09 1999 -+++ BITMAP-CFG Sat Oct 9 20:43:07 1999 -@@ -20,6 +20,12 @@ - (add-to-list 'load-path (expand-file-name "flim" LISPDIR)) +--- BITMAP-CFG.orig Wed Nov 10 10:58:34 1999 ++++ BITMAP-CFG Tue Jan 18 21:34:01 2000 +@@ -16,6 +16,11 @@ + (add-to-list 'load-path (expand-file-name "apel" LISPDIR)) )) +(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path)) + (progn + (require 'apel-setupel) -+ (require 'flim-setupel) + )) + (if (boundp 'VERSION_SPECIFIC_LISPDIR) diff --git a/editors/bitmap-mule/pkg-descr b/editors/bitmap-mule/pkg-descr index 6da6996f8423..23cad8eeba41 100644 --- a/editors/bitmap-mule/pkg-descr +++ b/editors/bitmap-mule/pkg-descr @@ -17,7 +17,6 @@ Bitmap-mule, Package to use bitmap in MULE or Emacs/mule. To use bitmap-mule, put the following setup into your ~/.emacs: (require 'apel-setupel) - (require 'flim-setupel) (require 'bitmap-setupel) --- Porting by shige <shige@FreeBSD.org> diff --git a/editors/bitmap/files/patch-ab b/editors/bitmap/files/patch-ab index 6fca06a63190..fce64bf35de0 100644 --- a/editors/bitmap/files/patch-ab +++ b/editors/bitmap/files/patch-ab @@ -1,13 +1,12 @@ ---- BITMAP-CFG.orig Wed Jul 28 20:10:09 1999 -+++ BITMAP-CFG Sat Oct 9 20:43:07 1999 -@@ -20,6 +20,12 @@ - (add-to-list 'load-path (expand-file-name "flim" LISPDIR)) +--- BITMAP-CFG.orig Wed Nov 10 10:58:34 1999 ++++ BITMAP-CFG Tue Jan 18 21:34:01 2000 +@@ -16,6 +16,11 @@ + (add-to-list 'load-path (expand-file-name "apel" LISPDIR)) )) +(if (not (fboundp 'normal-top-level-add-subdirs-to-load-path)) + (progn + (require 'apel-setupel) -+ (require 'flim-setupel) + )) + (if (boundp 'VERSION_SPECIFIC_LISPDIR) diff --git a/editors/bitmap/pkg-descr.mule b/editors/bitmap/pkg-descr.mule index 6da6996f8423..23cad8eeba41 100644 --- a/editors/bitmap/pkg-descr.mule +++ b/editors/bitmap/pkg-descr.mule @@ -17,7 +17,6 @@ Bitmap-mule, Package to use bitmap in MULE or Emacs/mule. To use bitmap-mule, put the following setup into your ~/.emacs: (require 'apel-setupel) - (require 'flim-setupel) (require 'bitmap-setupel) --- Porting by shige <shige@FreeBSD.org> |