diff options
author | toshii <toshii@pkgsrc.org> | 2000-09-28 11:29:59 +0000 |
---|---|---|
committer | toshii <toshii@pkgsrc.org> | 2000-09-28 11:29:59 +0000 |
commit | 4830639d571b1a130c4dbd3b561950d015684238 (patch) | |
tree | 37f92be15e8eb46590381b32635aad23d78266d6 /editors/xemacs | |
parent | 5cb2f53a83dc16210e4105c6c54edda019c77957 (diff) | |
download | pkgsrc-4830639d571b1a130c4dbd3b561950d015684238.tar.gz |
Make this buildable on alpha.
Diffstat (limited to 'editors/xemacs')
-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 |