diff options
author | gj <gj@FreeBSD.org> | 1999-11-17 05:14:47 +0800 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1999-11-17 05:14:47 +0800 |
commit | 93cf413e026aaddf89fdf11e4e252bf7460a109e (patch) | |
tree | 60fd9fd363adaa986c4c3b44dc819b1dcff751c6 /editors/xemacs21/pkg-plist | |
parent | 908e3366e84bc349a3fe10dfc8d3241026958066 (diff) | |
download | freebsd-ports-graphics-93cf413e026aaddf89fdf11e4e252bf7460a109e.tar.gz freebsd-ports-graphics-93cf413e026aaddf89fdf11e4e252bf7460a109e.tar.zst freebsd-ports-graphics-93cf413e026aaddf89fdf11e4e252bf7460a109e.zip |
Here is a summary of the changes in the patch:
- fixed the plist so that you don't get an error message when
using pkg_delete
- added "-with-tiff=yes" to the configure command line, and tiff.4
to LIB_DEPENDS
Submitted by: "Alec Wolman" <wolman@cs.washington.edu>
Reviewed by: the maintainer
Diffstat (limited to 'editors/xemacs21/pkg-plist')
-rw-r--r-- | editors/xemacs21/pkg-plist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/xemacs21/pkg-plist b/editors/xemacs21/pkg-plist index 2759e9e956d..f7b44e34676 100644 --- a/editors/xemacs21/pkg-plist +++ b/editors/xemacs21/pkg-plist @@ -1140,4 +1140,4 @@ lib/xemacs-%%XEMACS_VER%%/i386--freebsd/config.values @dirrm lib/xemacs-%%XEMACS_VER%%/lisp/x11 @dirrm lib/xemacs-%%XEMACS_VER%%/lisp @dirrm lib/xemacs-%%XEMACS_VER%% -@dirrm lib/xemacs +@unexec rmdir %D/lib/xemacs 2>/dev/null || true |