diff options
author | dmcmahill <dmcmahill> | 2000-07-24 21:49:07 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill> | 2000-07-24 21:49:07 +0000 |
commit | 8ea33e6713e11738ba4e04b723f2416a178c1f96 (patch) | |
tree | fab24f77e403b1c61ac3f80d8396870795f5e609 | |
parent | bf102fd22ff4e99b52d4b2044927b1f9792be338 (diff) | |
download | pkgsrc-8ea33e6713e11738ba4e04b723f2416a178c1f96.tar.gz |
fix NOT_FOR_PLATFORM line (mips -> mips*)
-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 |