diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 7800a6d1364..767f2ceaff7 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 1999/06/29 23:13:37 tron Exp $ +# $NetBSD: Makefile,v 1.4 1999/06/29 23:15:49 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.3 @@ -13,6 +13,8 @@ DISTFILES= xemacs-21.1.3.tar.gz xemacs-21.1.3-info.tar.gz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.xemacs.org/ +IGNORE= is still broken + DEPENDS+= Xaw3d-1.5:../../x11/Xaw3d DEPENDS+= gdbm-1.7.3:../../databases/gdbm DEPENDS+= png-1.0.3:../../graphics/png |