diff options
author | gj <gj@FreeBSD.org> | 1999-11-16 21:14:47 +0000 |
---|---|---|
committer | gj <gj@FreeBSD.org> | 1999-11-16 21:14:47 +0000 |
commit | 93cf413e026aaddf89fdf11e4e252bf7460a109e (patch) | |
tree | 60fd9fd363adaa986c4c3b44dc819b1dcff751c6 /editors/xemacs21 | |
parent | 908e3366e84bc349a3fe10dfc8d3241026958066 (diff) | |
download | FreeBSD-ports-93cf413e026aaddf89fdf11e4e252bf7460a109e.zip FreeBSD-ports-93cf413e026aaddf89fdf11e4e252bf7460a109e.tar.gz |
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')
-rw-r--r-- | editors/xemacs21/Makefile | 4 | ||||
-rw-r--r-- | editors/xemacs21/pkg-plist | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 14b8beb..631d91f 100644 --- a/editors/xemacs21/Makefile +++ b/editors/xemacs21/Makefile @@ -22,7 +22,8 @@ MAINTAINER= me@FreeBSD.org RUN_DEPENDS= ${PREFIX}/lib/xemacs/xemacs-packages/etc/enriched.doc:${PORTSDIR}/editors/xemacs-packages LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ jpeg.9:${PORTSDIR}/graphics/jpeg \ - png.3:${PORTSDIR}/graphics/png + png.3:${PORTSDIR}/graphics/png \ + tiff.4:${PORTSDIR}/graphics/tiff XEMACS_VER= 21.1.7 DIST_SUBDIR= xemacs @@ -39,6 +40,7 @@ CONFIGURE_ARGS= ${XEMACS_ARCH} --prefix=${PREFIX} \ --site-libraries=${PREFIX}/lib \ --with-session=yes \ --with-png=yes \ + --with-tiff=yes \ ${WITH_XFACE} ${WITH_DIALOGS} ${WITH_OFFIX} MAN1= ctags.1 etags.1 gnuattach.1 gnuclient.1 gnudoit.1 \ gnuserv.1 xemacs.1 diff --git a/editors/xemacs21/pkg-plist b/editors/xemacs21/pkg-plist index 2759e9e..f7b44e3 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 |