diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-24 21:49:07 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2000-07-24 21:49:07 +0000 |
commit | 5990554cc20f9d9bdf2b1b1c4fdd32ff9d27cd4e (patch) | |
tree | fab24f77e403b1c61ac3f80d8396870795f5e609 /editors/xemacs | |
parent | 270ae1400c12390c5b80133dd6ab2cf467115541 (diff) | |
download | pkgsrc-5990554cc20f9d9bdf2b1b1c4fdd32ff9d27cd4e.tar.gz |
fix NOT_FOR_PLATFORM line (mips -> mips*)
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 d44848ada40..1ec4281be4a 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2000/06/13 10:40:25 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2000/07/24 21:49:07 dmcmahill Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.9 @@ -20,7 +20,7 @@ DEPENDS+= png>=1.0.6:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= xpm-3.4k:../../graphics/xpm -NOT_FOR_PLATFORM= *-*-alpha *-*-mips #fails purespace dumping +NOT_FOR_PLATFORM= *-*-alpha *-*-mips* #fails purespace dumping HAS_CONFIGURE= yes |