1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-04 11:23:46 +00:00

Mark as only for i386 and Alpha.

Urged by:	kris
This commit is contained in:
Ruslan Ermilov 2003-07-28 14:46:50 +00:00
parent 813a186866
commit 9a69bb7dc0
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=85736

View File

@ -20,9 +20,10 @@ ONLY_FOR_ARCHS= alpha i386
IGNORE= "Only an ELF binary is distributed; requires FreeBSD 3.1 or later"
.endif
ONLY_FOR_ARCHS= i386 alpha
.if ${ARCH} == i386
DISTNAME= ${PORTNAME}16d_i386_freebsd42
.else if ${ARCH} == alpha
.elif ${ARCH} == alpha
DISTNAME= ${PORTNAME}16d_alpha_freebsd41
.endif