Index: Makefile =================================================================== RCS file: /automount/j/local-repository/personal/emacs/Makefile,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 Makefile --- Makefile 2001/12/29 11:49:10 1.1.1.1 +++ Makefile 2002/01/07 00:36:27 @@ -9,8 +9,16 @@ HOMEPAGE= http://www.gnu.org/software/emacs/emacs.html COMMENT= Emacs 21 versatile Editor +CHECK_XPM= # defined + +.include "../../mk/bsd.prefs.mk" + DEPENDS+= Xaw3d>=1.5:../../x11/Xaw3d + +.if ${HAVE_BUILTIN_XPM} != "YES" DEPENDS+= xpm>=3.4k:../../graphics/xpm +.endif + DEPENDS+= jpeg>=6b:../../graphics/jpeg DEPENDS+= libungif>=4.1.0:../../graphics/libungif DEPENDS+= tiff>=3.5.5:../../graphics/tiff