Urk, instead of FORBIDDEN use ONLY_FOR_ARCHS as that is why we have it.
Reminded by: Mark Pulford <mark@kyne.com.au>
This commit is contained in:
parent
e561ca9508
commit
7272eec07f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=41403
1 changed files with 1 additions and 3 deletions
|
@ -14,9 +14,7 @@ MAINTAINER= adam@whizkidtech.net
|
|||
|
||||
BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm
|
||||
|
||||
.if ${MACHINE_ARCH} != "i386"
|
||||
FORBIDDEN= 'Uses nasm which only builds ia32 object files'
|
||||
.endif
|
||||
ONLY_FOR_ARCHS= i386
|
||||
|
||||
BINARIES= urlencode urldecode
|
||||
DOCFILES= index.html rfc1738.txt
|
||||
|
|
Loading…
Reference in a new issue