Remove amd64 support as it does not work yet.

Asked by Dmitri Alenichev (maintainer).
This commit is contained in:
pirofti 2009-02-06 11:41:35 +00:00
parent 168c7e9748
commit 33f4b4c1e5

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2009/01/11 18:23:25 pirofti Exp $
# $OpenBSD: Makefile,v 1.2 2009/02/06 11:41:35 pirofti Exp $
ONLY_FOR_ARCHS = i386 amd64
ONLY_FOR_ARCHS = i386
COMMENT = flat assembler
DISTNAME = fasm-1.67.29
PKGNAME = ${DISTNAME}p0
CATEGORIES = devel lang
HOMEPAGE = http://flatassembler.net/
MAINTAINER = Dmitri Alenichev <mitya@rootshell.be>