diff options
author | jtb <jtb@pkgsrc.org> | 2001-01-22 12:39:39 +0000 |
---|---|---|
committer | jtb <jtb@pkgsrc.org> | 2001-01-22 12:39:39 +0000 |
commit | 557cc029c8cdc83eb88857d1dfa47ecca36902c0 (patch) | |
tree | 9308b663da8bb957f7b2dbb53c0f5ca060459b3f /lang | |
parent | 67cd42eb0b562275ae09e7e289e0a5743f5d5729 (diff) | |
download | pkgsrc-557cc029c8cdc83eb88857d1dfa47ecca36902c0.tar.gz |
Removed ONLY_FOR_PLATFORM tag as it should work on other 32 bit machines.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/nhc98/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 34a753888a5..1c9a7fadeac 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2000/11/29 00:33:09 jtb Exp $ +# $NetBSD: Makefile,v 1.2 2001/01/22 12:39:39 jtb Exp $ DISTNAME= nhc98src-1.00 PKGNAME= nhc98-1.00 @@ -8,8 +8,6 @@ MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/nhc98/ MAINTAINER= jtb@netbsd.org HOMEPAGE= http://www.cs.york.ac.uk/fp/nhc98/ -ONLY_FOR_PLATFORM= NetBSD-*-i386 - WRKSRC= ${WRKDIR}/nhc98-1.00 HAS_CONFIGURE= YES CONFIGURE_ARGS+= --buildwith=gcc --installdir=${PREFIX} \ |