diff options
author | garbled <garbled@pkgsrc.org> | 1999-04-14 20:51:44 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-04-14 20:51:44 +0000 |
commit | 958c6e540d75eafdce3b2c3cc3b583243183da27 (patch) | |
tree | 8e8b0a49d778686f16e22fc509d56499bf466975 | |
parent | 1abf85be4eb0e5c7890e032b36ddd9bff98a5a8f (diff) | |
download | pkgsrc-958c6e540d75eafdce3b2c3cc3b583243183da27.tar.gz |
Remove NOT_FOR_ARCH alpha... this now works on 1.4
-rw-r--r-- | emulators/xmess/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/emulators/xmess/Makefile b/emulators/xmess/Makefile index a555d522402..e0389d45b80 100644 --- a/emulators/xmess/Makefile +++ b/emulators/xmess/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 1999/02/20 22:48:29 hubertf Exp $ +# $NetBSD: Makefile,v 1.11 1999/04/14 20:51:44 garbled Exp $ # DISTNAME= unix02b4 @@ -13,8 +13,6 @@ HOMEPAGE= http://internetter.com/titan/mess/ DEPENDS= unzip-5.40:../../archivers/unzip DEPENDS+= xpm-3.4k:../../graphics/xpm -NOT_FOR_ARCHS= alpha #gcc lossage - USE_X11BASE= yes USE_GMAKE= yes MAKE_ENV+= OPSYS=${OPSYS} ARCH=${ARCH} DESTDIR=${DESTDIR} \ |