diff options
author | toshii <toshii> | 2000-09-28 11:29:59 +0000 |
---|---|---|
committer | toshii <toshii> | 2000-09-28 11:29:59 +0000 |
commit | 3ff22859168df63143119e1bf67788c279e32fd1 (patch) | |
tree | 37f92be15e8eb46590381b32635aad23d78266d6 /editors | |
parent | ed0e338055538d2a86dfdd56437a505de1127f6c (diff) | |
download | pkgsrc-3ff22859168df63143119e1bf67788c279e32fd1.tar.gz |
Make this buildable on alpha.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xemacs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index 46d1e4de799..c972aeece1e 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2000/08/23 23:14:23 tron Exp $ +# $NetBSD: Makefile,v 1.24 2000/09/28 11:29:59 toshii Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.9 @@ -19,7 +19,7 @@ DEPENDS+= gdbm>=1.7.3:../../databases/gdbm DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff -NOT_FOR_PLATFORM= *-*-alpha *-*-mips* #fails purespace dumping +NOT_FOR_PLATFORM= *-*-mips* #fails purespace dumping HAS_CONFIGURE= YES USE_XPM= YES |