diff options
author | Gary Jennejohn <gj@FreeBSD.org> | 1999-11-16 21:14:47 +0000 |
---|---|---|
committer | Gary Jennejohn <gj@FreeBSD.org> | 1999-11-16 21:14:47 +0000 |
commit | 321f603c146c6df9749bc7a09753462742ba2a7d (patch) | |
tree | f67fe1fd558f3779a5648c924055d82aa77710ce /editors/xemacs21/Makefile | |
parent | 665dfdd3b7763435115423857bea9fd4b7433dcd (diff) |
Notes
Diffstat (limited to 'editors/xemacs21/Makefile')
-rw-r--r-- | editors/xemacs21/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs21/Makefile b/editors/xemacs21/Makefile index 14b8beb87015..631d91fa0baa 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 |