diff options
author | garbled <garbled> | 1999-04-14 20:51:44 +0000 |
---|---|---|
committer | garbled <garbled> | 1999-04-14 20:51:44 +0000 |
commit | 258932901234f702be3d51de485ea25d1472540b (patch) | |
tree | 8e8b0a49d778686f16e22fc509d56499bf466975 /emulators/xmess/Makefile | |
parent | 57f6bcf64601b77f17edfff46c14078da5e36f21 (diff) | |
download | pkgsrc-258932901234f702be3d51de485ea25d1472540b.tar.gz |
Remove NOT_FOR_ARCH alpha... this now works on 1.4
Diffstat (limited to 'emulators/xmess/Makefile')
-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} \ |