- Add amd64 in allowed archs

Reported by:	Simun Mikecin <numisemis@yahoo.com>
This commit is contained in:
Sergey Matveychuk 2005-10-16 11:09:37 +00:00
parent 64f8627e5b
commit 6bfafbcbc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=145547

View File

@ -20,6 +20,6 @@ CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
WRKSRC= ${WRKDIR}/${PORTNAME}-2.7
ONLY_FOR_ARCHS= i386
ONLY_FOR_ARCHS= i386 amd64
.include <bsd.port.mk>